We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513d703 commit 1c2eb47Copy full SHA for 1c2eb47
1 file changed
tools/codeformat.py
@@ -65,7 +65,7 @@
65
# STM32 build includes generated Python code.
66
"ports/*/build*",
67
# gitignore in ports/unix ignores *.py, so also do it here.
68
- "ports/unix/*.py",
+ "ports/unix/**/*.py",
69
# not real python files
70
"tests/**/repl_*.py",
71
# don't reindent this third-party code we vendored in
0 commit comments