Skip to content

Commit

Permalink
Use ruff for formatting (instead of black)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyNotHugo committed Aug 23, 2024
1 parent 015734f commit 7b449ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ repos:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
exclude: docs\/.*
- repo: https://github.com/psf/black
rev: "24.3.0"
hooks:
- id: black
- id: ruff-format

0 comments on commit 7b449ec

Please sign in to comment.