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.
1 parent 90b9256 commit fa7a8e9Copy full SHA for fa7a8e9
.github/workflows/auto-merge-release.yaml renamed to .github/workflows/auto-merge-release.yml.dist
.pre-commit-config.yaml
@@ -2,16 +2,15 @@
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v4.6.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-added-large-files
10
args: ['--maxkb=600']
11
- - id: fix-encoding-pragma
12
13
- repo: https://github.com/commitizen-tools/commitizen
14
- rev: v3.13.0
+ rev: v3.24.0
15
16
- id: commitizen
17
stages:
0 commit comments