mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 22:32:45 +00:00
8 lines
173 B
INI
8 lines
173 B
INI
[mypy]
|
|
exclude = ^src/fuzzforge_modules_sdk/templates/.*
|
|
plugins = pydantic.mypy
|
|
strict = True
|
|
warn_unused_ignores = True
|
|
warn_redundant_casts = True
|
|
warn_return_any = True
|