Skip to content

Commit

Permalink
Remove unused direct development dependencies as they are provided by…
Browse files Browse the repository at this point in the history
… `pre-commit`.
  • Loading branch information
KelSolaar committed Dec 20, 2023
1 parent c5ac67c commit abb25b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,15 @@ typing-extensions = ">= 4, < 5"
xlrd = ">= 1.2, < 2"

[tool.poetry.group.dev.dependencies]
black = "*"
blackdoc = "*"
coverage = "!= 6.3"
coveralls = "*"
flynt = "*"
invoke = "*"
jupyter = "*"
pre-commit = ">= 3.5"
pyright = "*"
pytest = "*"
pytest-cov = "*"
pytest-xdist = "*"
ruff = "*"
toml = "*"
twine = "*"

Expand Down

0 comments on commit abb25b3

Please sign in to comment.