Skip to content

Commit

Permalink
pre-commit: black → ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed May 15, 2024
1 parent 74c4e1a commit 64429d8
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 @@ -8,6 +8,7 @@ repos:
args:
- --fix
- --exit-non-zero-on-fix
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.4
hooks:
Expand All @@ -18,7 +19,3 @@ repos:
rev: v4.6.0
hooks:
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black

0 comments on commit 64429d8

Please sign in to comment.