mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Fixed pre-commit-black file extensions
Now hook can find .py files.
(cherry picked from commit 3fe10c7e9d
)
This commit is contained in:
parent
fd558de972
commit
5eb644fab5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue