Skip to content

Commit 7d258d0

Browse files
chore: pre-commit autoupdate\\n\\nAutomatically generated by pre-commit.ci
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/gitleaks/gitleaks: v8.24.2 → v8.27.2](gitleaks/gitleaks@v8.24.2...v8.27.2) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](rstcheck/rstcheck@v6.2.4...v6.2.5) - [github.com/adrienverge/yamllint: v1.37.0 → v1.37.1](adrienverge/yamllint@v1.37.0...v1.37.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3be6d6b commit 7d258d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.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.11.4
43+
rev: v0.12.2
4444
hooks:
4545
# Run the linter.
4646
- id: ruff
@@ -56,17 +56,17 @@ repos:
5656
name: Validate pyproject.toml
5757

5858
- repo: https://github.com/asottile/pyupgrade
59-
rev: v3.19.1
59+
rev: v3.20.0
6060
hooks:
6161
- id: pyupgrade
6262

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

6868
- repo: https://github.com/rstcheck/rstcheck
69-
rev: v6.2.4
69+
rev: v6.2.5
7070
hooks:
7171
- id: rstcheck
7272
additional_dependencies:
@@ -89,7 +89,7 @@ repos:
8989
- id: actionlint
9090

9191
- repo: https://github.com/adrienverge/yamllint
92-
rev: v1.37.0
92+
rev: v1.37.1
9393
hooks:
9494
- id: yamllint
9595
args: ["--strict", "--config-file=.yamllint.yaml"]
@@ -106,7 +106,7 @@ repos:
106106
)
107107
108108
- repo: https://github.com/pre-commit/mirrors-mypy
109-
rev: v1.15.0
109+
rev: v1.16.1
110110
hooks:
111111
- id: mypy
112112
additional_dependencies:

0 commit comments

Comments
 (0)