From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- tools/lint/black.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tools/lint/black.yml (limited to 'tools/lint/black.yml') diff --git a/tools/lint/black.yml b/tools/lint/black.yml new file mode 100644 index 0000000000..79fdee1342 --- /dev/null +++ b/tools/lint/black.yml @@ -0,0 +1,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 -- cgit v1.2.3