forked from p15670423/monkey
Fix exclude path in flake8 config
This commit is contained in:
parent
4466ff44cf
commit
a6a306a099
2
.flake8
2
.flake8
|
@ -1,7 +1,7 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
## Warn about linter issues.
|
## Warn about linter issues.
|
||||||
|
|
||||||
exclude = ../monkey/monkey_island/cc/ui
|
exclude = monkey/monkey_island/cc/ui
|
||||||
show-source = True
|
show-source = True
|
||||||
max-complexity = 10
|
max-complexity = 10
|
||||||
max-line-length = 100
|
max-line-length = 100
|
||||||
|
|
Loading…
Reference in New Issue