Skip to content

Commit f6022ff

Browse files
[pre-commit.ci] pre-commit autoupdate (#79)
updates: - [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.4](astral-sh/ruff-pre-commit@v0.4.2...v0.4.4) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4dbfc2e commit f6022ff

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
@@ -27,18 +27,18 @@ repos:
2727
]
2828

2929
- repo: https://github.com/Yelp/detect-secrets
30-
rev: v1.4.0
30+
rev: v1.5.0
3131
hooks:
3232
- id: detect-secrets
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.4.2
35+
rev: v0.4.4
3636
hooks:
3737
- id: ruff
3838
- id: ruff-format
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.9.0
41+
rev: v1.10.0
4242
hooks:
4343
- id: mypy
4444
exclude: tests/

0 commit comments

Comments
 (0)