diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-11-18 22:23:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 22:23:44 +0100 |
commit | ba798d585c0cda62f5388d0636ed38e63fdb13ed (patch) | |
tree | bd5b949290a004ed84c4d17ed574e43128c396d7 | |
parent | 0deccc550c6898f6719b05bd01d0676b15a7e3b2 (diff) | |
parent | 3fe10c7e9d5578e289ac11b1535b601d8ed3f86a (diff) | |
download | redot-engine-ba798d585c0cda62f5388d0636ed38e63fdb13ed.tar.gz |
Merge pull request #55101 from DavidSichma/black-ext
-rwxr-xr-x | misc/hooks/pre-commit-black | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hooks/pre-commit-black b/misc/hooks/pre-commit-black index 76d97294da..8e22e6068e 100755 --- a/misc/hooks/pre-commit-black +++ b/misc/hooks/pre-commit-black @@ -14,7 +14,7 @@ DELETE_OLD_PATCHES=false # File types to parse. FILE_NAMES="SConstruct SCsub" -FILE_EXTS="py" +FILE_EXTS=".py" # Use pygmentize instead of cat to parse diff with highlighting. # Install it with `pip install pygments` (Linux) or `easy_install Pygments` (Mac) |