Skip to content

Commit

Permalink
The "dev" dep group is now called "lint"
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Oct 12, 2022
1 parent 4ebe97c commit e96aaec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ requests = "*"
importlib-metadata = {version = "*", python = "<3.10"}
typing-extensions = "*"

[tool.poetry.group.dev.dependencies]
tox = "*"
[tool.poetry.group.lint.dependencies]
black = "*"
isort = "*"
flake8 = "*"
Expand All @@ -60,7 +59,6 @@ sphinx = "*"
sphinx_autodoc_typehints = "*"
sphinxcontrib-programoutput = "*"


[tool.poetry.group.types.dependencies]
types-colorama = "^0.4.15"
types-requests = "^2.28.11.2"
Expand Down

0 comments on commit e96aaec

Please sign in to comment.