lewtun HF staff commited on
Commit
e4749c5
1 Parent(s): bd9a5d5

Exclude app from flake

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
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