summaryrefslogtreecommitdiff
path: root/tools/codeformat.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/codeformat.py')
-rwxr-xr-xtools/codeformat.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/codeformat.py b/tools/codeformat.py
index 04cce1d83..03a56d33d 100755
--- a/tools/codeformat.py
+++ b/tools/codeformat.py
@@ -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