Exclude aqt/hooks_gen.py from formatting

This commit is contained in:
abdo 2021-01-09 03:01:48 +03:00
parent 1731f71998
commit 7b58120eb2

View file

@ -22,7 +22,7 @@ if __name__ == "__main__":
"black", "black",
"-t", "-t",
"py38", "py38",
"--exclude=aqt/forms|colors", "--exclude=aqt/forms|colors|_gen",
"aqt", "aqt",
"tests", "tests",
"tools", "tools",