From 8f21e98c8d4e8733d3aa26331454a3db3183e954 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Mon, 24 Feb 2025 18:55:30 -0500 Subject: [PATCH] fix isort --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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