Skip to content

Commit

Permalink
.pre-commit-config.yaml: Upgrade to pre-commit-hooks==4.6.0 (#4099)
Browse files Browse the repository at this point in the history
https://github.com/pre-commit/pre-commit-hooks/releases

Signed-off-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
cclauss authored Aug 20, 2024
1 parent 2c1b2f5 commit 6c7a1cc
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 @@ -17,7 +17,7 @@ repos:
exclude: "^features/steps/test_starter|^kedro/templates/"

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 6c7a1cc

Please sign in to comment.