summaryrefslogtreecommitdiffstats
path: root/tools/lint/black.yml
blob: 4c0f8533ccebf8ca116926d0ac8385c9c23d629e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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
        - py
    support-files:
        - 'tools/lint/python/**'
    type: external
    payload: python.black:lint
    setup: python.black:setup