Merge pull request #910 from abdnh/exclude-gen

Exclude aqt/hooks_gen.py from formatting
This commit is contained in:
Damien Elmes 2021-01-09 10:27:10 +10:00 committed by GitHub
commit f452d56e02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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