Skip to content

Commit 71a6454

Browse files
committed
tools/codeformat.py: Remove ports/unix/*.py from exclusion list.
These .py files were removed from the .gitignore in commit 3c2aa5f Signed-off-by: Damien George <damien@micropython.org>
1 parent 707aaa3 commit 71a6454

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/codeformat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
EXCLUSIONS = [
6363
# STM32 build includes generated Python code.
6464
"ports/*/build*",
65-
# gitignore in ports/unix ignores *.py, so also do it here.
66-
"ports/unix/*.py",
6765
# not real python files
6866
"tests/**/repl_*.py",
6967
# needs careful attention before applying automatic formatting

0 commit comments

Comments
 (0)