mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-03-05 07:20:49 +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
|