зеркало из https://github.com/mozilla/gecko-dev.git
26 строки
864 B
YAML
26 строки
864 B
YAML
---
|
|
black:
|
|
description: Reformat python
|
|
include:
|
|
- python/mozperftest/mozperftest
|
|
- python/mozrelease/mozrelease/scriptworker_canary.py
|
|
- taskcluster/docker/funsize-update-generator
|
|
- taskcluster/taskgraph/actions/scriptworker_canary.py
|
|
- taskcluster/taskgraph/test/conftest.py
|
|
- taskcluster/taskgraph/transforms/scriptworker_canary.py
|
|
- testing/condprofile/condprof
|
|
- tools/crashreporter/system-symbols
|
|
- tools/lint/
|
|
- tools/tryselect/selectors/scriptworker.py
|
|
exclude:
|
|
- layout/style/ServoCSSPropList.mako.py
|
|
- testing/mozharness/configs/test/test_malformed.py
|
|
- tools/lint/test/files
|
|
extensions:
|
|
- py
|
|
support-files:
|
|
- 'tools/lint/python/**'
|
|
type: external
|
|
payload: python.black:lint
|
|
setup: python.black:setup
|