Skip to content

Commit b7b4168

Browse files
committed
[tests] Add mypy.ini file
1 parent 2ae7df8 commit b7b4168

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mypy.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[mypy]
2+
ignore_missing_imports = True
3+
disallow_subclassing_any = True
4+
warn_redundant_casts = True
5+
warn_return_any = True
6+
warn_unused_ignores = True
7+
warn_unused_configs = True
8+
strict_optional = True

0 commit comments

Comments
 (0)