ruff: Exclude body and cereal (#31782)

This commit is contained in:
Justin Newberry
2024-03-07 17:58:36 -05:00
committed by GitHub
parent 9f0201bdd4
commit 257db40d57
+2
View File
@@ -177,6 +177,8 @@ lint.ignore = ["E741", "E402", "C408", "ISC003", "B027", "B024"]
line-length = 160
target-version="py311"
exclude = [
"body",
"cereal",
"panda",
"opendbc",
"rednose_repo",