We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c829a commit 03901b2Copy full SHA for 03901b2
conftest.py
@@ -0,0 +1,4 @@
1
+collect_ignore = [
2
+ # this module fails mypy tests because 'setup.py' matches './setup.py'
3
+ 'prepare/example/setup.py',
4
+]
0 commit comments