Skip to content

Commit

Permalink
pre-commit: use v0.3.1 perigoso/pre-commit-hooks
Browse files Browse the repository at this point in the history
v0.3.1 fixed a default encoding issue when running the pre-commit hooks on windows
  • Loading branch information
perigoso authored and dragonmux committed Jan 22, 2024
1 parent f1e9a33 commit 72b52b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
types_or: [c++, c] # override default file types to only C and CPP files

- repo: https://github.com/perigoso/pre-commit-hooks
rev: v0.3
rev: v0.3.1
hooks:
- id: check-hex-case
args: [--lower-digits] # edit-in-place, hex number digits to lower case (defaults to upper case), i.e. 0x55aa
Expand Down

0 comments on commit 72b52b4

Please sign in to comment.