|
|
@ -258,6 +258,7 @@ lint.flake8-implicit-str-concat.allow-multiline = false |
|
|
|
"pytest.main".msg = "pytest.main requires special handling that is easy to mess up!" |
|
|
|
"pytest.main".msg = "pytest.main requires special handling that is easy to mess up!" |
|
|
|
"unittest".msg = "Use pytest" |
|
|
|
"unittest".msg = "Use pytest" |
|
|
|
"pyray.measure_text_ex".msg = "Use openpilot.system.ui.lib.text_measure" |
|
|
|
"pyray.measure_text_ex".msg = "Use openpilot.system.ui.lib.text_measure" |
|
|
|
|
|
|
|
"time.time".msg = "Use time.monotonic" |
|
|
|
|
|
|
|
|
|
|
|
[tool.ruff.format] |
|
|
|
[tool.ruff.format] |
|
|
|
quote-style = "preserve" |
|
|
|
quote-style = "preserve" |
|
|
|