Skip to content

Commit b5e98b5

Browse files
committed
Configure mypy to require types for generics
1 parent 7d636d8 commit b5e98b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mypy.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2+
allow_any_generics = false
23
# FIXME: Would be better to actually type the libraries (if under our control),
34
# or write our own stubs. For now, silence errors
4-
ignore_missing_imports = True
5-
5+
ignore_missing_imports = true

0 commit comments

Comments
 (0)