Skip to content

Commit 719ba1f

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent 0479960 commit 719ba1f

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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: "v0.4.1"
6+
rev: "v0.4.2"
77
hooks:
88
- id: ruff
99
args: ["--fix"]
@@ -38,7 +38,7 @@ repos:
3838
language: python
3939
files: \.py$
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: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)