Skip to content

Commit 8279862

Browse files
chore: Merge pull request #12 from 3dct/pre-commit-ci-update-config
chore: pre-commit autoupdate\n\nAutomatically generated by pre-commit.ci
2 parents 6262680 + dafc86b commit 8279862

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

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
4242
# Ruff version.
43-
rev: v0.5.7
43+
rev: v0.8.6
4444
hooks:
4545
# Run the linter.
4646
- id: ruff
4747
# Run the formatter.
4848
- id: ruff-format
4949

5050
- repo: https://github.com/abravalheri/validate-pyproject
51-
rev: v0.10.1
51+
rev: v0.23
5252
hooks:
5353
- id: validate-pyproject
5454
name: Validate pyproject.toml
5555

5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.17.0
57+
rev: v3.19.1
5858
hooks:
5959
- id: pyupgrade
6060

6161
- repo: https://github.com/gitleaks/gitleaks
62-
rev: v8.16.1
62+
rev: v8.22.1
6363
hooks:
6464
- id: gitleaks
6565

@@ -82,7 +82,7 @@ repos:
8282
stages: [pre-push]
8383

8484
- repo: https://github.com/rhysd/actionlint
85-
rev: v1.7.1
85+
rev: v1.7.6
8686
hooks:
8787
- id: actionlint
8888

@@ -104,7 +104,7 @@ repos:
104104
)
105105
106106
- repo: https://github.com/pre-commit/mirrors-mypy
107-
rev: v1.11.1
107+
rev: v1.14.1
108108
hooks:
109109
- id: mypy
110110
additional_dependencies:

0 commit comments

Comments
 (0)