gecko-dev/tools/lint/flake8.yml
Andrew Halberstadt 8dd527bf64 Bug 1401309 - Add python/mozversioncontrol to flake8 linter, r=gps
MozReview-Commit-ID: KuyEYa3Mbgd

--HG--
extra : rebase_source : cd3c111432de83d19004946c491f10959fd6d675
2017-09-20 10:02:26 -04:00

33 lines
941 B
YAML

---
flake8:
description: Python linter
include:
- config/mozunit.py
- layout/tools/reftest
- python/mach
- python/mach_commands.py
- python/mozlint
- python/mozversioncontrol
- security/manager
- taskcluster
- testing/firefox-ui
- testing/mach_commands.py
- testing/marionette/client
- testing/marionette/harness
- testing/marionette/puppeteer
- testing/mozbase
- testing/mochitest
- testing/talos/
- testing/xpcshell
- tools/git
- tools/lint
- tools/mercurial
- tools/tryselect
- toolkit/components/telemetry
# Excludes should be added to topsrcdir/.flake8 due to a bug in flake8 where
# specifying --exclude causes custom configuration files to be ignored.
exclude: []
extensions: ['py']
type: external
payload: python.flake8:lint