diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e00fff0..4c71606 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,6 +39,5 @@ repos: hooks: # Run the linter. - id: ruff - args: [ --fix ] - # Run the formatter. + args: [--fix] - id: ruff-format