We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707aaa3 commit 71a6454Copy full SHA for 71a6454
tools/codeformat.py
@@ -62,8 +62,6 @@
62
EXCLUSIONS = [
63
# STM32 build includes generated Python code.
64
"ports/*/build*",
65
- # gitignore in ports/unix ignores *.py, so also do it here.
66
- "ports/unix/*.py",
67
# not real python files
68
"tests/**/repl_*.py",
69
# needs careful attention before applying automatic formatting
0 commit comments