Skip to content

Commit 1c2eb47

Browse files
committed
pre-commit format check: ignore *.py in ports/unix
1 parent 513d703 commit 1c2eb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/codeformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# STM32 build includes generated Python code.
6666
"ports/*/build*",
6767
# gitignore in ports/unix ignores *.py, so also do it here.
68-
"ports/unix/*.py",
68+
"ports/unix/**/*.py",
6969
# not real python files
7070
"tests/**/repl_*.py",
7171
# don't reindent this third-party code we vendored in

0 commit comments

Comments
 (0)