Rename vulture_whitelist.py -> vultue_allowlist.py

This commit is contained in:
Shreya 2021-06-02 13:08:37 +05:30
parent 55ed8d28d0
commit b69c1c531a
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,vulture_whitelist.py
exclude = monkey/monkey_island/cc/ui,vulture_allowlist.py
show-source = True
max-complexity = 10
max-line-length = 100