ruff: Exclude body and cereal (#31782)

old-commit-hash: 257db40d57
chrysler-long2
Justin Newberry 1 year ago committed by GitHub
parent ed8e7ef866
commit 44dba36bc3
  1. 2
      pyproject.toml

@ -177,6 +177,8 @@ lint.ignore = ["E741", "E402", "C408", "ISC003", "B027", "B024"]
line-length = 160 line-length = 160
target-version="py311" target-version="py311"
exclude = [ exclude = [
"body",
"cereal",
"panda", "panda",
"opendbc", "opendbc",
"rednose_repo", "rednose_repo",

Loading…
Cancel
Save