We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit
1 parent 63b45d8 commit bbce126Copy full SHA for bbce126
.pre-commit-config.yaml
@@ -47,7 +47,7 @@ repos:
47
types: [binary]
48
language: fail
49
- repo: https://github.com/pre-commit/pre-commit-hooks
50
- rev: v4.6.0
+ rev: v5.0.0
51
hooks:
52
- id: no-commit-to-branch
53
args: [--branch, master]
@@ -71,7 +71,7 @@ repos:
71
72
73
- repo: https://github.com/pre-commit/mirrors-mypy
74
- rev: v1.10.0
+ rev: v1.13.0
75
76
- id: mypy
77
additional_dependencies:
@@ -84,7 +84,7 @@ repos:
84
85
86
- repo: https://github.com/rcmdnk/pyproject-pre-commit
87
- rev: v0.1.9
+ rev: v0.3.4
88
89
- id: shellcheck
90
@@ -141,7 +141,7 @@ repos:
141
142
143
144
145
146
- id: trailing-whitespace
147
- id: end-of-file-fixer
0 commit comments