From 19dc88fb3c8af951625504dbe57b23f92121e17e Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 17 Jul 2025 15:14:00 -0700 Subject: [PATCH] ban it! --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"