We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d457be commit 4cf1aaeCopy full SHA for 4cf1aae
mypy.ini
@@ -2,4 +2,4 @@
2
ignore_missing_imports = True
3
4
; FIXME: #4052 fix mypy errors in the exclude directories and remove them below
5
-exclude = (data_structures|dynamic_programming|graphs|maths|matrix|other|project_euler|searches|strings*)/$
+exclude = (data_structures|graphs|maths|matrix|other|searches)/$
0 commit comments