Skip to content

Commit 91aed7b

Browse files
authored
fix isort (#343)
this skips _version.py
1 parent ee3b846 commit 91aed7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ ignore-words-list = "pres"
107107

108108
[tool.isort]
109109
known_first_party = ["pyro"]
110+
skip = ["pyro/_version.py"]
110111

111112
[tool.pytest.ini_options]
112113
# docs: symlinks to notebooks we're already testing

0 commit comments

Comments
 (0)