10 lines
228 B
INI
10 lines
228 B
INI
|
[flake8]
|
||
|
|
||
|
## Check syntax errors and fail the build if any are found.
|
||
|
exclude = ../monkey/monkey_island/cc/ui,
|
||
|
../monkey/common/cloud
|
||
|
select = E901,E999,F821,F822,F823
|
||
|
count = True
|
||
|
show-source = True
|
||
|
statistics = True
|