forked from p15670423/monkey
build: Move flake8 config to `.flake8`
This commit is contained in:
parent
3e419478af
commit
8ed4224341
|
@ -1,14 +0,0 @@
|
|||
[flake8]
|
||||
|
||||
## Check syntax errors and fail the build if any are found.
|
||||
exclude =
|
||||
../monkey/monkey_island/cc/ui
|
||||
select =
|
||||
E901,
|
||||
E999,
|
||||
F821,
|
||||
F822,
|
||||
F823
|
||||
count = True
|
||||
show-source = True
|
||||
statistics = True
|
Loading…
Reference in New Issue