ruff: fix running outside pre-commit

old-commit-hash: e9e0661771
beeps
Adeeb Shihadeh 2 years ago
parent a55a8849b3
commit cb8dec39b5
  1. 8
      pyproject.toml

@ -192,3 +192,11 @@ select = ["E", "F", "W"]
ignore = ["W292", "E741", "E402"]
line-length = 160
target-version="py311"
exclude = [
"panda",
"opendbc",
"laika_repo",
"rednose_repo",
"tinygrad_repo",
"third_party",
]

Loading…
Cancel
Save