Skip to content

Commit 5ef11d2

Browse files
Update mypy.ini
1 parent d84fbca commit 5ef11d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
ignore_missing_imports = True
33
install_types = True
44
non_interactive = True
5-
exclude = (matrix_operation.py|other/least_recently_used.py|other/lfu_cache.py|other/lru_cache.py)
5+
exclude = (other/least_recently_used.py|other/lfu_cache.py|other/lru_cache.py)

0 commit comments

Comments
 (0)