From 71a64545a8d12edb730757673a728a3d56f225d5 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 20 Apr 2022 16:01:11 +1000 Subject: [PATCH] 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 --- tools/codeformat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/codeformat.py b/tools/codeformat.py index 04cce1d830..03a56d33de 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