Skip to content

Commit eca6009

Browse files
chore: pre-commit autoupdate\\n\\nAutomatically generated by pre-commit.ci
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.12](rhysd/actionlint@v1.7.10...v1.7.12) - [github.com/adrienverge/yamllint: v1.37.1 → v1.38.0](adrienverge/yamllint@v1.37.1...v1.38.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0)
1 parent f7847f3 commit eca6009

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
4242
# Ruff version.
43-
rev: v0.14.10
43+
rev: v0.15.9
4444
hooks:
4545
# Run the linter.
4646
- id: ruff
@@ -50,7 +50,7 @@ repos:
5050
args: [--config=pyproject.toml]
5151

5252
- repo: https://github.com/abravalheri/validate-pyproject
53-
rev: v0.24.1
53+
rev: v0.25
5454
hooks:
5555
- id: validate-pyproject
5656
name: Validate pyproject.toml
@@ -84,18 +84,18 @@ repos:
8484
stages: [pre-push]
8585

8686
- repo: https://github.com/rhysd/actionlint
87-
rev: v1.7.10
87+
rev: v1.7.12
8888
hooks:
8989
- id: actionlint
9090

9191
- repo: https://github.com/adrienverge/yamllint
92-
rev: v1.37.1
92+
rev: v1.38.0
9393
hooks:
9494
- id: yamllint
9595
args: ["--strict", "--config-file=.yamllint.yaml"]
9696

9797
- repo: https://github.com/codespell-project/codespell
98-
rev: v2.4.1
98+
rev: v2.4.2
9999
hooks:
100100
- id: codespell
101101
files: ^.*\.(py|c|cpp|h|m|md|rst|yml|yaml)$
@@ -106,7 +106,7 @@ repos:
106106
)
107107
108108
- repo: https://github.com/pre-commit/mirrors-mypy
109-
rev: v1.19.1
109+
rev: v1.20.0
110110
hooks:
111111
- id: mypy
112112
additional_dependencies:

0 commit comments

Comments
 (0)