aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/tidy.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py
index 500c75bf316..270f1e2104c 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -15,7 +15,7 @@ import itertools
import re
from licenseck import licenses
-directories_to_check = ["ports", "components", "tests"]
+directories_to_check = ["ports", "components", "tests", "python"]
filetypes_to_check = [".rs", ".rc", ".cpp", ".c", ".h", ".py"]
reftest_directories = ["tests/ref"]
reftest_filetype = ".list"
@@ -24,6 +24,11 @@ ignored_files = [
# Upstream
"support/*",
"tests/wpt/*",
+ "python/mach/*",
+ "python/mozdebug/*",
+ "python/mozinfo/*",
+ "python/mozlog/*",
+ "python/toml/*",
# Generated and upstream code combined with our own. Could use cleanup
"components/script/dom/bindings/codegen/*",