From adbe0a63888f90cf5ff9d8d2cae50da5a025ebd9 Mon Sep 17 00:00:00 2001 From: Bernhard Kaindl Date: Sun, 12 May 2024 06:34:50 +0200 Subject: [PATCH] .pre-commit-config.yaml: mypy wants types-toml now, add it as dependency Signed-off-by: Bernhard Kaindl --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 405501c2..1fcfe82a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,6 +70,7 @@ repos: - pytest-subprocess - types-mock - types-six + - types-toml - repo: https://github.com/rcmdnk/pyproject-pre-commit