tools/codeformat.py: Remove ports/unix/*.py from exclusion list.

These .py files were removed from the .gitignore in commit
3c2aa5ff93

Signed-off-by: Damien George <damien@micropython.org>
pull/8563/head
Damien George 2022-04-20 16:01:11 +10:00
rodzic 707aaa350a
commit 71a64545a8
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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