Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit beb0c04

Browse files
authored
Create setup.cfg
1 parent 1f734f6 commit beb0c04

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

setup.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[mypy]
2+
follow_imports = silent
3+
strict_optional = True
4+
warn_redundant_casts = True
5+
warn_unused_ignores = True
6+
disallow_any_generics = True
7+
check_untyped_defs = True
8+
no_implicit_reexport = False
9+
disallow_untyped_defs = True
10+
ignore_missing_imports = True
11+
12+
[mypy-tests.*]
13+
ignore_errors = True
14+

0 commit comments

Comments
 (0)