Skip to content

Commit 98a95e9

Browse files
[pre-commit.ci] pre-commit autoupdate (#408)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.10...v0.5.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d331b2d commit 98a95e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ repos:
1818
- id: requirements-txt-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.4.10
21+
rev: v0.5.0
2222
hooks:
2323
- id: ruff
2424
- repo: https://github.com/psf/black
2525
rev: 24.4.2
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.10.0
29+
rev: v1.10.1
3030
hooks:
3131
- id: mypy
3232
additional_dependencies:

0 commit comments

Comments
 (0)