From f0bae8fdfc0c6f0d862cfbbe4e08c7c90d951472 Mon Sep 17 00:00:00 2001 From: Andrew Zhu Date: Wed, 28 Feb 2024 12:13:30 -0500 Subject: [PATCH] build: also skip isort on ref --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6f8a748..1a5da4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ profile = "black" skip_gitignore = true line_length = 120 known_first_party = ["fanoutqa"] +extend_skip = ["reference"] # I am bound by pycharm's import autosorting rules no_lines_before = "LOCALFOLDER" reverse_relative = true