mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
5270f0b772
Differential Revision: https://phabricator.services.mozilla.com/D193005
20 lines
518 B
YAML
20 lines
518 B
YAML
---
|
|
black:
|
|
description: Reformat python
|
|
exclude:
|
|
- gfx/harfbuzz/src/meson.build
|
|
- '**/*.mako.py'
|
|
- python/mozbuild/mozbuild/test/frontend/data/reader-error-syntax/moz.build
|
|
- testing/mozharness/configs/test/test_malformed.py
|
|
- testing/web-platform/tests
|
|
extensions:
|
|
- build
|
|
- configure
|
|
- mozbuild
|
|
- py
|
|
support-files:
|
|
- 'tools/lint/python/**'
|
|
type: external
|
|
payload: python.black:lint
|
|
setup: python.black:setup
|