Fix exclude path in flake8 config

This commit is contained in:
Mike Salvatore 2021-04-07 10:43:07 -04:00
parent 4466ff44cf
commit a6a306a099
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[flake8]
## Warn about linter issues.
exclude = ../monkey/monkey_island/cc/ui
exclude = monkey/monkey_island/cc/ui
show-source = True
max-complexity = 10
max-line-length = 100