Spaces:
Runtime error
Runtime error
Exclude app from flake
Browse files
Makefile
CHANGED
@@ -5,4 +5,4 @@ style:
|
|
5 |
quality:
|
6 |
python -m black --check --line-length 119 --target-version py39 .
|
7 |
python -m isort --check-only .
|
8 |
-
python -m flake8 --max-line-length 119
|
|
|
5 |
quality:
|
6 |
python -m black --check --line-length 119 --target-version py39 .
|
7 |
python -m isort --check-only .
|
8 |
+
python -m flake8 --max-line-length 119 --exclude app.py
|