Skip to content

Commit cf31e7a

Browse files
chore: pre-commit autoupdate\\n\\nAutomatically generated by pre-commit.ci
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/astral-sh/ruff-pre-commit: v0.12.2 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.2...v0.14.10) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/gitleaks/gitleaks: v8.27.2 → v8.30.0](gitleaks/gitleaks@v8.27.2...v8.30.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.10](rhysd/actionlint@v1.7.7...v1.7.10) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.19.1](pre-commit/mirrors-mypy@v1.16.1...v1.19.1)
1 parent 7d258d0 commit cf31e7a

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
@@ -9,7 +9,7 @@ ci:
99
submodules: true
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: trailing-whitespace
1515
exclude_types: [svg]
@@ -40,7 +40,7 @@ repos:
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
4242
# Ruff version.
43-
rev: v0.12.2
43+
rev: v0.14.10
4444
hooks:
4545
# Run the linter.
4646
- id: ruff
@@ -56,12 +56,12 @@ repos:
5656
name: Validate pyproject.toml
5757

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

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

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

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

@@ -106,7 +106,7 @@ repos:
106106
)
107107
108108
- repo: https://github.com/pre-commit/mirrors-mypy
109-
rev: v1.16.1
109+
rev: v1.19.1
110110
hooks:
111111
- id: mypy
112112
additional_dependencies:

0 commit comments

Comments
 (0)