mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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",
|
||||
"-t",
|
||||
"py38",
|
||||
"--exclude=aqt/forms|colors",
|
||||
"--exclude=aqt/forms|colors|_gen",
|
||||
"aqt",
|
||||
"tests",
|
||||
"tools",
|
||||
|
|
Loading…
Reference in a new issue