Project: Exclude vulture_allowlist.py from mypy checks
This commit is contained in:
parent
cff363597a
commit
e98086e3d1
|
@ -40,6 +40,7 @@ repos:
|
|||
hooks:
|
||||
- id: mypy
|
||||
additional_dependencies: [types-paramiko, types-python-dateutil, types-requests]
|
||||
exclude: "vulture_allowlist.py"
|
||||
args: [--ignore-missing-imports]
|
||||
- repo: https://github.com/koalaman/shellcheck-precommit
|
||||
rev: v0.7.2
|
||||
|
|
|
@ -30,4 +30,5 @@ exclude = ["monkey/monkey_island/cc/ui/", "monkey/tests/", "monkey/monkey_island
|
|||
paths = ["."]
|
||||
|
||||
[tool.mypy]
|
||||
exclude = 'vulture_allowlist\.py'
|
||||
show_error_codes = true
|
||||
|
|
Loading…
Reference in New Issue