Clean Up Legacy Poetry Project Files #2
@ -1,26 +0,0 @@
|
||||
[mypy]
|
||||
python_version = 3.7
|
||||
strict_optional = True
|
||||
disallow_subclassing_any = False
|
||||
disallow_any_generics = True
|
||||
disallow_untyped_calls = True
|
||||
disallow_incomplete_defs = True
|
||||
check_untyped_defs = True
|
||||
disallow_untyped_decorators = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = true
|
||||
warn_return_any = True
|
||||
|
||||
[mypy-bpy.*]
|
||||
ignore_missing_imports = True
|
||||
disallow_untyped_defs = True
|
||||
|
||||
[mypy-config]
|
||||
ignore_missing_imports = True
|
||||
[mypy-assets]
|
||||
ignore_missing_imports = True
|
||||
[mypy-hooks]
|
||||
ignore_missing_imports = True
|
||||
[mypy-shots]
|
||||
ignore_missing_imports = True
|
Loading…
Reference in New Issue
Block a user