gecko-dev/tools/lint/black.yml
serge-sans-paille bf0a68c246 Bug 1805839 - Do not auto-format mako.XY template files r=sheehan,linter-reviewers,sylvestre
The template syntax is incompatible with the host language syntax.

Differential Revision: https://phabricator.services.mozilla.com/D164786
2023-01-02 11:46:53 +00:00

19 lines
499 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
- py
support-files:
- 'tools/lint/python/**'
type: external
payload: python.black:lint
setup: python.black:setup