Spaces:
Runtime error
Runtime error
update
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
|
@@ -19,7 +19,7 @@ repos:
|
|
| 19 |
name: flake8
|
| 20 |
stages: [commit]
|
| 21 |
language: system
|
| 22 |
-
entry: pipenv run flake8
|
| 23 |
types: [python]
|
| 24 |
exclude: setup.py|pyvis
|
| 25 |
|
|
|
|
| 19 |
name: flake8
|
| 20 |
stages: [commit]
|
| 21 |
language: system
|
| 22 |
+
entry: pipenv run flake8
|
| 23 |
types: [python]
|
| 24 |
exclude: setup.py|pyvis
|
| 25 |
|