Skip to content

Commit ebfa657

Browse files
authored
Merge pull request #152 from at-gmbh/feature/renovate-configuration/pre-commit-pre-commit-hooks-5.x
Update pre-commit hook pre-commit/pre-commit-hooks to v5
2 parents bcbbdcd + c74772e commit ebfa657

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.6.0'
3+
rev: 'v5.0.0'
44
hooks:
55
- id: check-added-large-files
66
- id: check-merge-conflict

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.6.0'
3+
rev: 'v5.0.0'
44
hooks:
55
- id: check-added-large-files
66
- id: check-ast

0 commit comments

Comments
 (0)