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.
2 parents 4f7c3fd + 7d3f3b6 commit cb5ef6fCopy full SHA for cb5ef6f
1 file changed
.pre-commit-config.yaml
@@ -2,15 +2,15 @@
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-added-large-files
10
- id: fix-encoding-pragma
11
12
- repo: https://github.com/commitizen-tools/commitizen
13
- rev: v3.29.0
+ rev: v4.7.1
14
15
- id: commitizen
16
stages:
0 commit comments