Skip to content

Commit 47df193

Browse files
committed
Remove isort configuration
We removed isort when moving to ruff and this was missed at the time.
1 parent 01ec635 commit 47df193

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[tool.isort]
2-
default_section = "THIRDPARTY"
3-
lines_after_imports = 2
4-
profile = "black"
5-
skip_glob = [".direnv", ".env", ".venv", "venv"]
6-
71
[tool.coverage.run]
82
branch = true
93
dynamic_context = "test_function"

0 commit comments

Comments
 (0)