summaryrefslogtreecommitdiffstats
path: root/tools/lint/py3.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/lint/py3.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/lint/py3.yml b/tools/lint/py3.yml
new file mode 100644
index 0000000000..709c4e344b
--- /dev/null
+++ b/tools/lint/py3.yml
@@ -0,0 +1,27 @@
+---
+py3:
+ description: Python 3 compatibility check
+ include: ['.']
+ exclude:
+ - browser/app
+ - build
+ - dom/canvas/test
+ - gfx
+ - ipc/ipdl
+ - layout/style/ServoCSSPropList.mako.py
+ - security/manager/ssl
+ - testing/awsy
+ - testing/condprofile/condprof/android.py
+ - testing/condprofile/condprof/desktop.py
+ - testing/gtest
+ - testing/mozharness
+ - testing/tps
+ - testing/web-platform/tests
+ - toolkit
+ - xpcom/idl-parser
+ extensions: ['py']
+ support-files:
+ - 'tools/lint/python/*compat*'
+ type: external
+ payload: python.compat:lintpy3
+ setup: python.compat:setuppy3