Skip to content

Commit a05a786

Browse files
chore: pre-commit autoupdate\n\nAutomatically generated by pre-commit.ci
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.0...v0.11.4) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) - [github.com/gitleaks/gitleaks: v8.22.1 → v8.24.2](gitleaks/gitleaks@v8.22.1...v8.24.2) - [github.com/rhysd/actionlint: v1.7.6 → v1.7.7](rhysd/actionlint@v1.7.6...v1.7.7) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.0](adrienverge/yamllint@v1.35.1...v1.37.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent cf4e789 commit a05a786

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
@@ -40,7 +40,7 @@ repos:
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
4242
# Ruff version.
43-
rev: v0.11.0
43+
rev: v0.11.4
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.23
53+
rev: v0.24.1
5454
hooks:
5555
- id: validate-pyproject
5656
name: Validate pyproject.toml
@@ -61,7 +61,7 @@ repos:
6161
- id: pyupgrade
6262

6363
- repo: https://github.com/gitleaks/gitleaks
64-
rev: v8.22.1
64+
rev: v8.24.2
6565
hooks:
6666
- id: gitleaks
6767

@@ -84,18 +84,18 @@ repos:
8484
stages: [pre-push]
8585

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

9191
- repo: https://github.com/adrienverge/yamllint
92-
rev: v1.35.1
92+
rev: v1.37.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.3.0
98+
rev: v2.4.1
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.14.1
109+
rev: v1.15.0
110110
hooks:
111111
- id: mypy
112112
additional_dependencies:

0 commit comments

Comments
 (0)