mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-06 12:43:53 +00:00
8a88148150
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
14 lines
365 B
YAML
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
|