Cameron Clough
|
995250ae49
|
use pyupgrade to update to new typing syntax (#31580)
* add pyupgrade hook
* run pyupgrade (pre-commit run -a)
* ruff --fix
* Revert "add pyupgrade hook"
This reverts commit 56ec18bb6b8602a0b612f3803d96cdad14b52066.
* revert changes to third_party/
* manual type fixes
* explicit Optional wrapping capnp objects
|
2024-02-24 16:41:23 -08:00 |
|
Adeeb Shihadeh
|
a9626f95b6
|
add openpilot prefix to imports (#29498)
* add openpilot prefix to imports
* more
* more
* fix docs
* fix linter
* bump submodules
* fix patched tests
* update dynamic imports
* debug
* Revert "debug"
This reverts commit db5e13b9911cc74438bee123bc3430da6c31b24b.
* fix pm test
|
2023-08-20 20:49:55 -07:00 |
|
Justin Newberry
|
62c1e65924
|
Ruff: enable most of bugbear (#29320)
* added mutable default args
* most of the Bs
* add comment about lrucache
|
2023-08-11 15:33:49 -07:00 |
|
Adeeb Shihadeh
|
6590fb2b93
|
pre-commit: add codespell (#25571)
|
2022-08-30 11:20:55 -07:00 |
|
Adeeb Shihadeh
|
8af20af66d
|
pylint: enforce indentation (W0311) (#24039)
* pylint: enforce indentation (W0311)
* few more
|
2022-03-24 23:23:29 -07:00 |
|
Adeeb Shihadeh
|
8718a59330
|
cleanup selfdrive/test (#23967)
* move test routes and test_models
* move fingerprints
* little more
* remove that
|
2022-03-14 15:46:16 -07:00 |
|