Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / tools / lint / black.yml
blob4c0f8533ccebf8ca116926d0ac8385c9c23d629e
1 ---
2 black:
3     description: Reformat python
4     exclude:
5         - gfx/harfbuzz/src/meson.build
6         - '**/*.mako.py'
7         - python/mozbuild/mozbuild/test/frontend/data/reader-error-syntax/moz.build
8         - testing/mozharness/configs/test/test_malformed.py
9         - testing/web-platform/tests
10     extensions:
11         - build
12         - configure
13         - py
14     support-files:
15         - 'tools/lint/python/**'
16     type: external
17     payload: python.black:lint
18     setup: python.black:setup