Skip to content

Commit ac853e2

Browse files
committed
update isort source paths
1 parent 181e1f7 commit ac853e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Issues = "https://github.com/DeanWay/coverage-threshold/issues"
2929

3030
[tool.isort]
3131
profile = "black"
32-
src_paths = ["coverage_threshold", "tests"]
32+
src_paths = ["src", "tests"]
3333

3434
[tool.pytest.ini_options]
3535
pythonpath = ["src"]

0 commit comments

Comments
 (0)