We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f16d7 commit a169fa2Copy full SHA for a169fa2
1 file changed
pyproject.toml
@@ -46,3 +46,6 @@ max-line-length = 132
46
[tool.codespell]
47
skip = ".git,*docs/build"
48
ignore-words-list = "pres"
49
+
50
+[tool.isort]
51
+known_first_party = ["pyro"]
0 commit comments