From a20f56c2b62aee1d7b1aab989e9cdc2d5e2842af Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 26 Sep 2023 11:42:54 -0700 Subject: Remove version constraints from lint tools --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 44f6d31..8b906c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,9 +90,9 @@ python = ["3.7", "3.8", "3.9", "3.10", "3.11"] [tool.hatch.envs.lint] detached = true dependencies = [ - "black>=23.1.0", - "mypy>=1.0.0", - "ruff>=0.0.243", + "black", + "mypy", + "ruff", ] [tool.hatch.envs.lint.scripts] typing = "mypy --install-types --non-interactive {args:wikiget test}" -- cgit v1.2.3