From 7b58120eb2204e18b91c0d3c0f7c8473f70450cb Mon Sep 17 00:00:00 2001 From: abdo Date: Sat, 9 Jan 2021 03:01:48 +0300 Subject: [PATCH] Exclude aqt/hooks_gen.py from formatting --- qt/tests/run_format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/tests/run_format.py b/qt/tests/run_format.py index 28b180209..0a7cba933 100644 --- a/qt/tests/run_format.py +++ b/qt/tests/run_format.py @@ -22,7 +22,7 @@ if __name__ == "__main__": "black", "-t", "py38", - "--exclude=aqt/forms|colors", + "--exclude=aqt/forms|colors|_gen", "aqt", "tests", "tools",