Skip to content

Commit b7e3706

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.29.0](commitizen-tools/commitizen@v3.21.3...v3.29.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.29.1](python-jsonschema/check-jsonschema@0.28.1...0.29.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.7](astral-sh/ruff-pre-commit@v0.3.5...v0.5.7)
1 parent eb13136 commit b7e3706

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.29.0
1515
hooks:
1616
- id: commitizen
1717

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

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

4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.15.2
46+
rev: v3.17.0
4747
hooks:
4848
- id: pyupgrade
4949

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

0 commit comments

Comments
 (0)