Skip to content

Commit 9865007

Browse files
style(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/commitizen-tools/commitizen: v3.21.3 → v3.22.0](commitizen-tools/commitizen@v3.21.3...v3.22.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.28.2](python-jsonschema/check-jsonschema@0.28.1...0.28.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.5...v0.3.7)
1 parent eb13136 commit 9865007

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
@@ -4,14 +4,14 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212

1313
- repo: https://github.com/commitizen-tools/commitizen
14-
rev: v3.21.3
14+
rev: v3.22.0
1515
hooks:
1616
- id: commitizen
1717

@@ -38,7 +38,7 @@ repos:
3838
args: ["-d relaxed"]
3939

4040
- repo: https://github.com/python-jsonschema/check-jsonschema
41-
rev: 0.28.1
41+
rev: 0.28.2
4242
hooks:
4343
- id: check-github-workflows
4444

@@ -48,7 +48,7 @@ repos:
4848
- id: pyupgrade
4949

5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.3.5
51+
rev: v0.3.7
5252
hooks:
5353
- id: ruff
5454
args: [ --fix ]

0 commit comments

Comments
 (0)