Skip to content

Commit bbce126

Browse files
pre-commit: Fix warning about deprecated hook config: Update hooks
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent 63b45d8 commit bbce126

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
types: [binary]
4848
language: fail
4949
- repo: https://github.com/pre-commit/pre-commit-hooks
50-
rev: v4.6.0
50+
rev: v5.0.0
5151
hooks:
5252
- id: no-commit-to-branch
5353
args: [--branch, master]
@@ -71,7 +71,7 @@ repos:
7171

7272

7373
- repo: https://github.com/pre-commit/mirrors-mypy
74-
rev: v1.10.0
74+
rev: v1.13.0
7575
hooks:
7676
- id: mypy
7777
additional_dependencies:
@@ -84,7 +84,7 @@ repos:
8484

8585

8686
- repo: https://github.com/rcmdnk/pyproject-pre-commit
87-
rev: v0.1.9
87+
rev: v0.3.4
8888
hooks:
8989
- id: shellcheck
9090

@@ -141,7 +141,7 @@ repos:
141141

142142

143143
- repo: https://github.com/pre-commit/pre-commit-hooks
144-
rev: v4.6.0
144+
rev: v5.0.0
145145
hooks:
146146
- id: trailing-whitespace
147147
- id: end-of-file-fixer

0 commit comments

Comments
 (0)