Skip to content

Commit 5626740

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent 6e64456 commit 5626740

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
@@ -14,14 +14,14 @@ repos:
1414
args: ["--profile", "black", "--filter-files", "--skip", "__init__.py"]
1515
files: ^dodiscover/
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: "v1.13.0"
17+
rev: "v1.14.1"
1818
hooks:
1919
- id: mypy
2020
name: mypy (dodiscover)
2121
args: ["--config-file", "pyproject.toml"]
2222
files: ^dodiscover/
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: "v1.13.0"
24+
rev: "v1.14.1"
2525
hooks:
2626
- id: mypy
2727
name: mypy (tests)

0 commit comments

Comments
 (0)