Skip to content

Commit af7d638

Browse files
authored
Merge pull request #19 from 3dct/pre-commit-ci-update-config
chore: pre-commit autoupdate\\n\\nAutomatically generated by pre-commit.ci
2 parents 057e20a + cf31e7a commit af7d638

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)