mirror of https://github.com/commaai/body.git
parent
396fa7b923
commit
6ff44357a3
|
@ -1,6 +1,7 @@
|
||||||
# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
|
# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
select = ["E", "F", "W"]
|
select = ["E", "F", "W", "PIE", "C4", "ISC", "RUF100", "A"]
|
||||||
ignore = ["W292", "E741"]
|
ignore = ["W292", "E741", "E402", "C408", "ISC003"]
|
||||||
line-length = 160
|
line-length = 160
|
||||||
target-version="py311"
|
target-version="py311"
|
||||||
|
flake8-implicit-str-concat.allow-multiline=false
|
||||||
|
|
Loading…
Reference in New Issue