blob: c182f9939b2013b77e7f9c18f8c3366c01afb1db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
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
|