Skip to content

Commit f64c0de

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.4.1 → v4.9.1](commitizen-tools/commitizen@v4.4.1...v4.9.1) - [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.37.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.37.0...v1.37.1) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.34.0](python-jsonschema/check-jsonschema@0.32.1...0.34.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.13.1](astral-sh/ruff-pre-commit@v0.11.2...v0.13.1)
1 parent 9763263 commit f64c0de

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
@@ -4,14 +4,14 @@ 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.4.1
14+
rev: v4.9.1
1515
hooks:
1616
- id: commitizen
1717

@@ -24,19 +24,19 @@ repos:
2424
- mdformat-black
2525

2626
- repo: https://github.com/pappasam/toml-sort
27-
rev: v0.24.2
27+
rev: v0.24.3
2828
hooks:
2929
- id: toml-sort-fix
3030
args: ["--in-place"]
3131

3232
- repo: https://github.com/adrienverge/yamllint.git
33-
rev: v1.37.0
33+
rev: v1.37.1
3434
hooks:
3535
- id: yamllint
3636
args: ["-d relaxed"]
3737

3838
- repo: https://github.com/python-jsonschema/check-jsonschema
39-
rev: 0.32.1
39+
rev: 0.34.0
4040
hooks:
4141
- id: check-github-workflows
4242

@@ -46,7 +46,7 @@ repos:
4646
- id: actionlint
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v3.19.1
49+
rev: v3.20.0
5050
hooks:
5151
- id: pyupgrade
5252

@@ -58,7 +58,7 @@ repos:
5858
- tomli
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.11.2
61+
rev: v0.13.1
6262
hooks:
6363
- id: ruff
6464
args: ["--fix"]

0 commit comments

Comments
 (0)