mirror of
https://git.ugnet.gay/CrossTalk/azul.git
synced 2026-05-27 14:49:50 +00:00
init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[mypy]
|
||||
python_version = 3.11
|
||||
|
||||
strict_optional = True
|
||||
incremental = True
|
||||
disallow_subclassing_any = True
|
||||
check_untyped_defs = True
|
||||
no_implicit_optional = True
|
||||
disallow_any_generics = True
|
||||
disallow_incomplete_defs = True
|
||||
disallow_untyped_defs = True
|
||||
disallow_untyped_calls = True
|
||||
warn_no_return = True
|
||||
|
||||
[mypy-sqlalchemy.*]
|
||||
ignore_missing_imports = True
|
||||
[mypy-HLL.*]
|
||||
ignore_missing_imports = True
|
||||
[mypy-lxml.*]
|
||||
ignore_missing_imports = True
|
||||
[mypy-PIL.*]
|
||||
ignore_missing_imports = True
|
||||
[mypy-sqlaltery.*]
|
||||
ignore_missing_imports = True
|
||||
Reference in New Issue
Block a user