|
|
@ -190,6 +190,7 @@ lint.flake8-implicit-str-concat.allow-multiline=false |
|
|
|
"system".msg = "Use openpilot.system" |
|
|
|
"system".msg = "Use openpilot.system" |
|
|
|
"third_party".msg = "Use openpilot.third_party" |
|
|
|
"third_party".msg = "Use openpilot.third_party" |
|
|
|
"tools".msg = "Use openpilot.tools" |
|
|
|
"tools".msg = "Use openpilot.tools" |
|
|
|
|
|
|
|
"pytest.main".msg = "pytest.main requires special handling that is easy to mess up!" |
|
|
|
|
|
|
|
|
|
|
|
[tool.coverage.run] |
|
|
|
[tool.coverage.run] |
|
|
|
concurrency = ["multiprocessing", "thread"] |
|
|
|
concurrency = ["multiprocessing", "thread"] |
|
|
|