ci: expand flake8 checks from `monkey/` to whole repo

This commit is contained in:
Mike Salvatore 2021-04-07 13:41:12 -04:00
parent a6a306a099
commit 7901446b4e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ install:
script:
# Check Python code
## Check syntax errors and fail the build if any are found.
- flake8 ./monkey
- flake8 .
## Check import order
- python -m isort ./monkey --check-only