Skip to content

Commit

Permalink
Merge pull request #55101 from DavidSichma/black-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Nov 18, 2021
2 parents 0deccc5 + 3fe10c7 commit ba798d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/hooks/pre-commit-black
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ba798d5

Please sign in to comment.