mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Exclude aqt/hooks_gen.py from formatting
This commit is contained in:
parent
1731f71998
commit
7b58120eb2
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue