mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 19:12:49 +00:00
7 lines
123 B
INI
7 lines
123 B
INI
[mypy]
|
|
plugins = pydantic.mypy
|
|
strict = True
|
|
warn_unused_ignores = True
|
|
warn_redundant_casts = True
|
|
warn_return_any = True
|