Skip to content

Commit 497f257

Browse files
style(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/commitizen-tools/commitizen: v4.1.0 → v4.9.1](commitizen-tools/commitizen@v4.1.0...v4.9.1) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.3](pappasam/toml-sort@v0.24.2...v0.24.3) - [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.34.0](python-jsonschema/check-jsonschema@0.31.0...0.34.0) - [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.13.1](astral-sh/ruff-pre-commit@v0.9.2...v0.13.1)
1 parent a402da4 commit 497f257

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.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: v4.1.0
14+
rev: v4.9.1
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
@@ -25,19 +25,19 @@ repos:
2525
- mdformat-black
2626

2727
- repo: https://github.com/pappasam/toml-sort
28-
rev: v0.24.2
28+
rev: v0.24.3
2929
hooks:
3030
- id: toml-sort-fix
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.34.0
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.13.1
6363
hooks:
6464
- id: ruff
6565
args: [ --fix ]

0 commit comments

Comments
 (0)