diff --git a/pyproject.toml b/pyproject.toml index 53efe8a895..a20dd0ead1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -191,4 +191,12 @@ build-backend = "poetry.core.masonry.api" select = ["E", "F", "W"] ignore = ["W292", "E741", "E402"] line-length = 160 -target-version="py311" \ No newline at end of file +target-version="py311" +exclude = [ + "panda", + "opendbc", + "laika_repo", + "rednose_repo", + "tinygrad_repo", + "third_party", +]