diff --git a/pyproject.toml b/pyproject.toml index 5d69c1e..a2ab610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ include_trailing_comma = true lines_after_imports = 2 lines_between_types = 1 use_parentheses = true -src_paths = ["poetry", "tests"] +src_paths = ["mev_inspect", "tests"] skip_glob = ["*/setup.py"] filter_files = true -known_first_party = "poetry" +known_first_party = "mev_inspect"