We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c652d commit d626f7dCopy full SHA for d626f7d
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
8
exclude: test.*
9
- - repo: https://github.com/python/black
+ - repo: https://github.com/psf/black
10
rev: 23.3.0
11
hooks:
12
- id: black
0 commit comments