Skip to content

Commit 7246abe

Browse files
style(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/commitizen-tools/commitizen: v3.21.3 → v3.31.0](commitizen-tools/commitizen@v3.21.3...v3.31.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.19](hukkin/mdformat@0.7.17...0.7.19) - [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.29.4](python-jsonschema/check-jsonschema@0.28.1...0.29.4) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.0](asottile/pyupgrade@v3.15.2...v3.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.8.0](astral-sh/ruff-pre-commit@v0.3.5...v0.8.0)
1 parent eb13136 commit 7246abe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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: v5.0.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.31.0
1515
hooks:
1616
- id: commitizen
1717

@@ -23,7 +23,7 @@ repos:
2323
types: ["ini", "toml", "yaml"]
2424

2525
- repo: https://github.com/executablebooks/mdformat
26-
rev: 0.7.17 # Use the ref you want to point at
26+
rev: 0.7.19 # Use the ref you want to point at
2727
hooks:
2828
- id: mdformat
2929
# Optionally add plugins
@@ -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.4
4242
hooks:
4343
- id: check-github-workflows
4444

4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.15.2
46+
rev: v3.19.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.8.0
5252
hooks:
5353
- id: ruff
5454
args: [ --fix ]

0 commit comments

Comments
 (0)