Skip to content

Commit a169fa2

Browse files
authored
Make isort work properly from any directory (#179)
1 parent b0f16d7 commit a169fa2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ max-line-length = 132
4646
[tool.codespell]
4747
skip = ".git,*docs/build"
4848
ignore-words-list = "pres"
49+
50+
[tool.isort]
51+
known_first_party = ["pyro"]

0 commit comments

Comments
 (0)