diff --git a/pyproject.toml b/pyproject.toml index 9b256883e9..1b2433e340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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!" "unittest".msg = "Use pytest" "pyray.measure_text_ex".msg = "Use openpilot.system.ui.lib.text_measure" +"time.time".msg = "Use time.monotonic" [tool.ruff.format] quote-style = "preserve"