Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
chore: use old-style poetry dev-dependencies config (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeeeT authored Oct 11, 2022
1 parent 5c710ab commit a12f86f
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 @@ -22,7 +22,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.10"

[tool.poetry.group.dev.dependencies]
[tool.poetry.dev-dependencies]
pre-commit = "^2.20.0"
isort = "^5.10.1"
sort-all = "^1.2.0"
Expand Down

0 comments on commit a12f86f

Please sign in to comment.