We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d5d0c commit 7d94d9eCopy full SHA for 7d94d9e
1 file changed
.pre-commit-config.yaml
@@ -5,6 +5,11 @@ repos:
5
- id: ruff
6
args: [--exit-non-zero-on-fix]
7
8
+ - repo: https://github.com/psf/black-pre-commit-mirror
9
+ rev: 24.4.2
10
+ hooks:
11
+ - id: black
12
+
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
rev: v4.6.0
15
hooks:
0 commit comments