summaryrefslogtreecommitdiffstats
path: root/tools/lint/black.yml
blob: 79fdee13427b4ea0bbcde63139afa66e30c95eb0 (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
        - layout/style/ServoCSSPropList.mako.py
        - python/mozbuild/mozbuild/fork_interpose.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