We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0864d93 commit 9f11b4bCopy full SHA for 9f11b4b
1 file changed
.pre-commit-config.yaml
@@ -1,4 +1,10 @@
1
repos:
2
+ - repo: https://github.com/psf/black
3
+ rev: 24.10.0
4
+ hooks:
5
+ - id: black
6
+ language_version: python3
7
+
8
- repo: local
9
hooks:
10
- id: ljpw-check
0 commit comments