Skip to content

Commit bf3d46b

Browse files
jorenhamMaanasArora
authored andcommitted
TYP: run mypy in strict mode
1 parent ae74ec2 commit bf3d46b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

numpy/typing/tests/data/mypy.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[mypy]
2+
strict = True
23
enable_error_code = deprecated, ignore-without-code, truthy-bool
3-
strict_bytes = True
4-
warn_unused_ignores = True
5-
implicit_reexport = False
64
disallow_any_unimported = True
7-
disallow_any_generics = True
5+
allow_redefinition_new = True
6+
local_partial_types = True
87
show_absolute_path = True
98
pretty = True

0 commit comments

Comments
 (0)