Skip to content

Commit 496a93e

Browse files
style(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.1.0 → v4.8.3](commitizen-tools/commitizen@v4.1.0...v4.8.3) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.33.2](python-jsonschema/check-jsonschema@0.31.0...0.33.2) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.12.2](astral-sh/ruff-pre-commit@v0.9.2...v0.12.2)
1 parent e09801a commit 496a93e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
- id: check-yaml
1212

1313
- repo: https://github.com/commitizen-tools/commitizen
14-
rev: v4.1.0
14+
rev: v4.8.3
1515
hooks:
1616
- id: commitizen
1717

1818
- repo: https://github.com/executablebooks/mdformat
19-
rev: 0.7.21 # Use the ref you want to point at
19+
rev: 0.7.22 # Use the ref you want to point at
2020
hooks:
2121
- id: mdformat
2222
# Optionally add plugins
@@ -31,13 +31,13 @@ repos:
3131
args: ["--in-place"]
3232

3333
- repo: https://github.com/adrienverge/yamllint.git
34-
rev: v1.35.1
34+
rev: v1.37.1
3535
hooks:
3636
- id: yamllint
3737
args: ["-d relaxed"]
3838

3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.31.0
40+
rev: 0.33.2
4141
hooks:
4242
- id: check-github-workflows
4343

@@ -47,19 +47,19 @@ repos:
4747
- id: actionlint
4848

4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.19.1
50+
rev: v3.20.0
5151
hooks:
5252
- id: pyupgrade
5353

5454
- repo: https://github.com/codespell-project/codespell
55-
rev: v2.4.0
55+
rev: v2.4.1
5656
hooks:
5757
- id: codespell
5858
additional_dependencies:
5959
- tomli
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.9.2
62+
rev: v0.12.2
6363
hooks:
6464
- id: ruff
6565
args: [ --fix ]

0 commit comments

Comments
 (0)