gecko-dev/tools/lint/py3.yml
Philipp Fischbeck 8d351c89b3 Bug 1622686 - Make testing/web-platform flake8 compliant. r=sylvestre,jgraham
This also enables py3 linting for testing/web-platform. The external testing/web-platform/tests is excluded from linting.

Differential Revision: https://phabricator.services.mozilla.com/D90744
2020-09-29 14:22:49 +00:00

28 lines
712 B
YAML

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