Skip to content

Commit affe5ea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.15.6](astral-sh/ruff-pre-commit@v0.14.13...v0.15.6) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.11](rhysd/actionlint@v1.7.10...v1.7.11) - [github.com/zizmorcore/zizmor-pre-commit: v1.21.0 → v1.23.1](zizmorcore/zizmor-pre-commit@v1.21.0...v1.23.1)
1 parent 4252e61 commit affe5ea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: pretty-format-json
1818
args: [--no-sort-keys, --autofix, --no-ensure-ascii]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.13
20+
rev: v0.15.6
2121
hooks:
2222
- id: ruff-check
2323
args: [--fix, --exit-non-zero-on-fix]
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: toml-sort-fix
3838
- repo: https://github.com/abravalheri/validate-pyproject
39-
rev: v0.24.1
39+
rev: v0.25
4040
hooks:
4141
- id: validate-pyproject
4242
- repo: https://github.com/executablebooks/mdformat
@@ -46,16 +46,16 @@ repos:
4646
additional_dependencies:
4747
- mdformat-gfm==1.0.0
4848
- repo: https://github.com/codespell-project/codespell
49-
rev: v2.4.1
49+
rev: v2.4.2
5050
hooks:
5151
- id: codespell
5252
additional_dependencies:
5353
- tomli
5454
- repo: https://github.com/rhysd/actionlint
55-
rev: v1.7.10
55+
rev: v1.7.11
5656
hooks:
5757
- id: actionlint
5858
- repo: https://github.com/zizmorcore/zizmor-pre-commit
59-
rev: v1.21.0
59+
rev: v1.23.1
6060
hooks:
6161
- id: zizmor

0 commit comments

Comments
 (0)