From 4a5f03ed0c069377356706d2d760bc582a399130 Mon Sep 17 00:00:00 2001 From: Simo Tukiainen <simo.tukiainen@fmi.fi> Date: Fri, 10 Nov 2023 19:39:10 +0200 Subject: [PATCH] fixup! Fix workflow --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef125a9..665674b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] -test = ["mypy", "pylint", "pytest", "pytest-flakefinder", "types-PyYAML", "types-pytz"] +test = ["mypy", "pre-commit", "pytest", "pytest-flakefinder", "types-PyYAML", "types-pytz"] dev = ["release-version"] [project.urls]