Skip to content

Commit

Permalink
Fix: List used autohooks plugins only as dev dependencies
Browse files Browse the repository at this point in the history
autohooks plugin pylint and black are only required during development.
  • Loading branch information
bjoernricks committed Apr 19, 2023
1 parent 56e2c95 commit 3067f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ keywords = [
python = "^3.7"
isort = "^5.8.0"
autohooks = ">=21.6.0"
autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-black = ">=22.7.0"

[tool.poetry.dev-dependencies]
autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-black = ">=22.7.0"
coverage = "^7.2.3"
pontos = ">=22.7.2"
pytest = "*"
Expand Down

0 comments on commit 3067f96

Please sign in to comment.