Initial commit

This commit is contained in:
2021-11-12 19:02:55 +00:00
commit 84f9a2290c
10 changed files with 950 additions and 0 deletions

16
setup.cfg Normal file
View File

@@ -0,0 +1,16 @@
[flake8]
extend-ignore = E203
[mypy]
follow_imports = silent
strict_optional = True
warn_redundant_casts = True
warn_unused_ignores = True
disallow_any_generics = True
check_untyped_defs = True
no_implicit_reexport = True
disallow_untyped_defs = True
ignore_missing_imports = True
[mypy-tests.*]
ignore_errors = True