Skip to content

Commit 98a3768

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.0](pre-commit/mirrors-mypy@v0.991...v1.0.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.242 → v0.0.246](astral-sh/ruff-pre-commit@v0.0.242...v0.0.246)
1 parent e95c311 commit 98a3768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ repos:
2424
- id: isort
2525
name: isort (python)
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v0.991
27+
rev: v1.0.0
2828
hooks:
2929
- id: mypy
3030
- repo: https://github.com/charliermarsh/ruff-pre-commit
31-
rev: v0.0.242
31+
rev: v0.0.246
3232
hooks:
3333
- id: ruff

0 commit comments

Comments
 (0)