diff options
| -rw-r--r-- | pyproject.toml | 6 |
1 files 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}" |
