diff --git a/pyproject.toml b/pyproject.toml index d9e8f4b62..8e2de385d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,6 +107,7 @@ ignore-words-list = "pres" [tool.isort] known_first_party = ["pyro"] +skip = ["pyro/_version.py"] [tool.pytest.ini_options] # docs: symlinks to notebooks we're already testing