ruff: fix running outside pre-commit

old-commit-hash: e9e0661771
This commit is contained in:
Adeeb Shihadeh
2023-08-09 16:45:09 -07:00
parent a55a8849b3
commit cb8dec39b5

View File

@@ -191,4 +191,12 @@ build-backend = "poetry.core.masonry.api"
select = ["E", "F", "W"]
ignore = ["W292", "E741", "E402"]
line-length = 160
target-version="py311"
target-version="py311"
exclude = [
"panda",
"opendbc",
"laika_repo",
"rednose_repo",
"tinygrad_repo",
"third_party",
]