Cameron Clough
|
9bd90112d0
|
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
old-commit-hash: 995250ae49
|
2024-02-24 16:41:23 -08:00 |
|
grekiki
|
cc943ac9a5
|
mypy: enable --warn-unreachable (#24282)
* Optional solves mypy assuming None is always None
* oops
* spaces
* Update registration.py
* fix local error
Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: b8b15d5cf1
|
2022-04-21 18:27:45 +02:00 |
|
eFini
|
777b84a064
|
two minor bug fixes (#21134)
old-commit-hash: 5c450026ef
|
2021-06-04 21:20:02 -07:00 |
|
Adeeb Shihadeh
|
8f2111b889
|
type hints for messaging (#2061)
* bump cereal
* fix bugs found by mypy
* bump cereal
old-commit-hash: 520c2676b6
|
2020-08-23 00:33:19 -07:00 |
|
Willem Melching
|
ac40387318
|
debug script to track droppped frames (#1749)
old-commit-hash: 0681fc04ad
|
2020-06-19 16:56:56 -07:00 |
|