build: Move flake8 config to `.flake8`

This commit is contained in:
Mike Salvatore 2021-04-05 13:38:31 -04:00
parent 3e419478af
commit 8ed4224341
2 changed files with 0 additions and 14 deletions

View File

@ -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