Skip to content

Commit 6b4c8ff

Browse files
[pre-commit.ci] pre-commit autoupdate
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/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1) - [github.com/gitleaks/gitleaks: v8.27.2 → v8.28.0](gitleaks/gitleaks@v8.27.2...v8.28.0)
1 parent 518d7db commit 6b4c8ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-toml
@@ -27,7 +27,7 @@ repos:
2727
- id: pyupgrade
2828
args: [--py37-plus]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.16.0
30+
rev: v1.17.1
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:
@@ -44,6 +44,6 @@ repos:
4444
- id: setup-cfg-fmt
4545
args: [--min-py3-version, '3.7']
4646
- repo: https://github.com/gitleaks/gitleaks
47-
rev: v8.27.2
47+
rev: v8.28.0
4848
hooks:
4949
- id: gitleaks

0 commit comments

Comments
 (0)