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",