Fixed pre-commit-black file extensions

Now hook can find .py files.
This commit is contained in:
David Sichma 2021-11-18 19:29:17 +01:00
parent 84f59c60b0
commit 3fe10c7e9d
No known key found for this signature in database
GPG key ID: 5C5FD2FA8B1501D1

View file

@ -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)