Skip to content

Commit 87976e8

Browse files
committed
ban time
1 parent 1749caa commit 87976e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ lint.flake8-implicit-str-concat.allow-multiline = false
259259
"tools".msg = "Use openpilot.tools"
260260
"pytest.main".msg = "pytest.main requires special handling that is easy to mess up!"
261261
"unittest".msg = "Use pytest"
262+
"time.time".msg = "Use time.monotonic"
262263

263264
[tool.coverage.run]
264265
concurrency = ["multiprocessing", "thread"]

0 commit comments

Comments
 (0)