Clean Up Legacy Poetry Project Files #2

Merged
Nick Alberelli merged 13 commits from :fix/clean-up-addons into master 2023-03-23 21:21:36 +01:00
Showing only changes of commit 6e7e3fa34d - Show all commits

View File

@ -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