Rename whitelist.py to vulture_whitelist.py

This commit is contained in:
Shreya 2021-05-28 19:39:13 +05:30
parent c165b0e4ea
commit 954ad64255
2 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,whitelist.py
exclude = monkey/monkey_island/cc/ui,vulture_whitelist.py
show-source = True
max-complexity = 10
max-line-length = 100