Skip to content

Commit

Permalink
ci(pre-commit): bump pre-commit-hooks from 4.6.0 to 5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 committed Oct 22, 2024
1 parent 9fd1959 commit 2660413
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: [ "--enforce-all" ]
Expand All @@ -23,8 +23,7 @@ repos:
- id: check-case-conflict
- id: check-docstring-first
- id: check-executables-have-shebangs
# unreleased, let's enable it later
#- id: check-illegal-windows-names
- id: check-illegal-windows-names
- id: check-json
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
Expand Down

0 comments on commit 2660413

Please sign in to comment.