Skip to content

Commit 75996e0

Browse files
committed
chore: add isort to dev deps
1 parent 53cc4d8 commit 75996e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Home = "https://github.com/Rizhiy/class-cache"
1616

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

2121
[tool.flit.sdist]
2222
include = ["README.md"]

0 commit comments

Comments
 (0)