tools/codeformat.py: Remove ports/unix/*.py from exclusion list.
These .py files were removed from the .gitignore in commit 3c2aa5ff93a3b12723c7ca794aa9c583891c349b Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
707aaa350a
commit
71a64545a8
@ -62,8 +62,6 @@ PATHS = [
|
||||
EXCLUSIONS = [
|
||||
# STM32 build includes generated Python code.
|
||||
"ports/*/build*",
|
||||
# gitignore in ports/unix ignores *.py, so also do it here.
|
||||
"ports/unix/*.py",
|
||||
# not real python files
|
||||
"tests/**/repl_*.py",
|
||||
# needs careful attention before applying automatic formatting
|
||||
|
Loading…
x
Reference in New Issue
Block a user