gecko-dev/tools/lint/flake8.yml
Andrew Halberstadt 8a88148150 Bug 1367092 - [flake8] Use a blacklist instead of a whitelist, r=egao
This ensures that the default for new python files is to be linted by flake8.

Depends on D20496

Differential Revision: https://phabricator.services.mozilla.com/D20497

--HG--
extra : moz-landing-system : lando
2019-02-22 21:25:50 +00:00

14 lines
365 B
YAML

---
flake8:
description: Python linter
# Excludes should be added to topsrcdir/.flake8.
exclude: []
# The configure option is used by the build system
extensions: ['configure', 'py']
support-files:
- '**/.flake8'
- 'tools/lint/python/flake8*'
type: external
payload: python.flake8:lint
setup: python.flake8:setup