Skip to content

Commit

Permalink
Migrate to 'ruff' from 'black' (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas authored Oct 9, 2024
1 parent 12f309f commit f4b1e28
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ repos:
- id: ruff
args: ["--fix"]
exclude: "tests/input/"
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
# see https://stackoverflow.com/a/61046953
- id: ruff-format
exclude: ^pylint_django/tests/input.*$
args: [--safe, --line-length=120]
args: [--line-length=120]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.4"
hooks:
Expand Down

0 comments on commit f4b1e28

Please sign in to comment.