Spaces:
Running
Running
zach
commited on
Commit
·
df27812
1
Parent(s):
6a73d2a
Fix pre-commit config
Browse files- .pre-commit-config.yaml +3 -2
.pre-commit-config.yaml
CHANGED
@@ -3,6 +3,7 @@ repos:
|
|
3 |
rev: 25.1.0
|
4 |
hooks:
|
5 |
- id: black
|
6 |
-
args: ["--line-length=88", "--fast", "--quiet"]
|
|
|
7 |
pass_filenames: false
|
8 |
-
stages: [commit]
|
|
|
3 |
rev: 25.1.0
|
4 |
hooks:
|
5 |
- id: black
|
6 |
+
args: ["--line-length=88", "--fast", "--quiet", "src"]
|
7 |
+
types: [python]
|
8 |
pass_filenames: false
|
9 |
+
stages: [pre-commit]
|