mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
Merge pull request #910 from abdnh/exclude-gen
Exclude aqt/hooks_gen.py from formatting
This commit is contained in:
commit
f452d56e02
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