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 16da308 commit 0e1a35dCopy full SHA for 0e1a35d
astroid/modutils.py
@@ -45,7 +45,7 @@
45
46
if sys.platform.startswith("win"):
47
PY_SOURCE_EXTS = ("py", "pyw", "pyi")
48
- PY_SOURCE_EXTS_STUBS_FIRST = ("pyi", "pyw", "py")
+ PY_SOURCE_EXTS_STUBS_FIRST = ("pyi", "py", "pyw")
49
PY_COMPILED_EXTS = ("dll", "pyd")
50
else:
51
PY_SOURCE_EXTS = ("py", "pyi")
0 commit comments