mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 21:52:47 +00:00
13 lines
224 B
INI
13 lines
224 B
INI
[mypy]
|
|
plugins = pydantic.mypy
|
|
strict = True
|
|
warn_unused_ignores = True
|
|
warn_redundant_casts = True
|
|
warn_return_any = True
|
|
|
|
[mypy-boto3.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-testcontainers.*]
|
|
ignore_missing_imports = True
|