diff --git a/pyproject.toml b/pyproject.toml index fb0bd039e..03edffa53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,3 +46,6 @@ max-line-length = 132 [tool.codespell] skip = ".git,*docs/build" ignore-words-list = "pres" + +[tool.isort] +known_first_party = ["pyro"]