8000
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 1274445 commit bcc743dCopy full SHA for bcc743d
tests/mypy_test.py
@@ -318,7 +318,7 @@ def main():
318
supported_versions = parse_versions(os.path.join("stdlib", "VERSIONS"))
319
root = "stdlib"
320
for name in os.listdir(root):
321
- if name == "@python2" or name == "VERSIONS":
+ if name == "@python2" or name == "VERSIONS" or name.startswith("."):
322
continue
323
mod, _ = os.path.splitext(name)
324
if supported_versions[mod][0] <= (major, minor) <= supported_versions[mod][1]:
0 commit comments