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

This commit is contained in:
Crypto Rug Munch 2026-07-07 04:44:32 +07:00
parent d666ad2664
commit 4686cb3cfd
18 changed files with 440 additions and 352 deletions

View file

@ -1,8 +1,4 @@
[mypy]
strict = true
ignore_missing_imports = true
exclude = (?x)(
.venv/
| tests/
| __pycache__/
)
exclude = (\.venv/|tests/|__pycache__/)