Skip to content

Commit

Permalink
chore: add isort to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizhiy committed Aug 10, 2024
1 parent 53cc4d8 commit 75996e0
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 @@ -16,7 +16,7 @@ Home = "https://github.com/Rizhiy/class-cache"

[project.optional-dependencies]
test = ["flaky", "pytest", "pytest-cov", "replete[testing]"]
dev = ["black", "class-cache[test]", "numpy", "pre-commit", "ruff"]
dev = ["black", "class-cache[test]", "isort", "numpy", "pre-commit", "ruff"]

[tool.flit.sdist]
include = ["README.md"]
Expand Down

0 comments on commit 75996e0

Please sign in to comment.