detect .pyw files (#3346)

This commit is contained in:
Mikko
2024-06-14 20:52:02 +03:00
committed by GitHub
parent 55f45ce8ff
commit 352580a50a

View File

@@ -1,7 +1,7 @@
filetype: python
detect:
filename: "\\.py(3)?$"
filename: "\\.py(3|w)?$"
header: "^#!.*/(env +)?python(3)?$"
rules: