Skip to content

Commit

Permalink
chore: switch to Ruff formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed May 21, 2024
1 parent 04ac5ff commit ec2a6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ repos:
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down
5 changes: 1 addition & 4 deletions project/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ repos:
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down

0 comments on commit ec2a6a7

Please sign in to comment.