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