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