refactor(scanners): finish app.scanners → app.domains.scanners import migration + lint + mypy config (P4.8 cont)
Some checks failed
CI / build (push) Failing after 2s
Some checks failed
CI / build (push) Failing after 2s
This commit is contained in:
parent
d666ad2664
commit
4686cb3cfd
18 changed files with 440 additions and 352 deletions
6
mypy.ini
6
mypy.ini
|
|
@ -1,8 +1,4 @@
|
|||
[mypy]
|
||||
strict = true
|
||||
ignore_missing_imports = true
|
||||
exclude = (?x)(
|
||||
.venv/
|
||||
| tests/
|
||||
| __pycache__/
|
||||
)
|
||||
exclude = (\.venv/|tests/|__pycache__/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue