Skip to content

Commit

Permalink
fixup! Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Nov 10, 2023
1 parent 19c2b6d commit 4a5f03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4a5f03e

Please sign in to comment.