Skip to content

Commit

Permalink
ci: use ruff formatter instead of black
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 24, 2023
1 parent 44896c6 commit 3efa71b
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 @@ -23,15 +23,12 @@ repos:
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
Expand Down

0 comments on commit 3efa71b

Please sign in to comment.