ruff: Exclude body and cereal (#31782)

pull/31784/head
Justin Newberry 1 year ago committed by GitHub
parent 9f0201bdd4
commit 257db40d57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pyproject.toml

@ -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",

Loading…
Cancel
Save