1 2 3 4 5 6 7 8 9
extend = "../../pyproject.toml" src = [ # Treat direct imports in the test modules as first party. "mozpack/test", "mozbuild/test", ] [isort] known-first-party = ["mozbuild"]