From 746a079b1564a8b0ef2c59d90c3953b6a0602e95 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