nopenpilot/selfdrive/debug/internal
Ewout ter Hoeven 332f568a82
Pyupgrade 3.6: Update syntax with Python 3.6+ features (#23305)
Updated Python code with Python 3.6+ features:
- utf-8 encoding is now the default (PEP 3120)
- Replace list comprehensions by Generator Expressions (PEP 289)
- Replace yield loop by yield from (PEP 380)
- Remove the (object) subclass when defining a class
- Replace the IOError alias by OSError (PEP 3151)
- Define sets with curly braces {} instead of set()
- Remove "r" parameter from open function, which is default

Co-Authored-By: Adeeb Shihadeh <8762862+adeebshihadeh@users.noreply.github.com>
Co-Authored-By: GregorKikelj <96022003+GregorKikelj@users.noreply.github.com>

Co-authored-by: Adeeb Shihadeh <8762862+adeebshihadeh@users.noreply.github.com>
Co-authored-by: GregorKikelj <96022003+GregorKikelj@users.noreply.github.com>
2021-12-24 11:18:39 -08:00
..
__init__.py selfdrive/debug 2020-01-17 11:23:21 -08:00
check_alive_valid.py Make pandaState and safetyMode a list (#22454) 2021-10-08 17:54:34 +02:00
core_voltage_sweep.py allow core voltage setting 2021-04-22 19:42:32 -07:00
design_lqr.py enable E261 in flake8: two spaces before inline comment 2020-05-31 14:07:29 -07:00
fuzz_fw_fingerprint.py Fuzzy match on ECU FW versions (#20687) 2021-04-20 12:00:36 +02:00
measure_modeld_packet_drop.py two minor bug fixes (#21134) 2021-06-04 21:20:02 -07:00
measure_steering_accuracy.py fix: spelling typos (#21861) 2021-08-05 12:05:49 -07:00
measure_torque_time_to_max.py fix: spelling typos (#21861) 2021-08-05 12:05:49 -07:00
power_monitor.py Convert format strings strings to f-strings (#23241) 2021-12-16 14:58:17 +01:00
qlog_size.py Python: Replace more lists with generators (#23116) 2021-12-03 22:57:19 -08:00
run_paramsd_on_route.py run paramsd: sort messages 2021-03-26 17:15:55 +01:00
sensor_test_bootloop.py Pyupgrade 3.6: Update syntax with Python 3.6+ features (#23305) 2021-12-24 11:18:39 -08:00
test_paramsd.py fix static analysis checks after mypy update 2021-01-30 16:53:48 -08:00