mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-07-31 11:47:24 +02:00
feat: FuzzForge AI - complete rewrite for OSS release
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user