forked from p15670423/monkey
ci: expand flake8 checks from `monkey/` to whole repo
This commit is contained in:
parent
a6a306a099
commit
7901446b4e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue