diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79703e0..209324d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: # Run the linter. - id: ruff - args: [ --fix ] + args: ['--fix'] # Run the formatter. - id: ruff-format - repo: https://github.com/PyCQA/bandit