nopenpilot/tools/sim/lib
Ewout ter Hoeven 55390d273f
Convert format strings strings to f-strings (#23241)
* Convert all text strings to f-strings

Reformats all the text from the old "%-formatted" and .format(...) format to the newer f-string format, as defined in PEP 498. This requires Python 3.6+.

Flynt 0.69 was used to reformat the strings. 120 f-strings were created in 51 files.

F-strings are in general more readable, concise and performant. See also: https://www.python.org/dev/peps/pep-0498/#rationale

* revert pyextra changes

* revert ublox.py

Co-authored-by: Willem Melching <willem.melching@gmail.com>
2021-12-16 14:58:17 +01:00
..
__init__.py Cleanup simulator and add usage instructions (#1050) 2020-02-04 19:46:57 -08:00
can.py CARLA: send YUV and RGB over visionipc from bridge.py (#23012) 2021-11-26 16:58:25 +01:00
keyboard_ctrl.py fix: sim: gracefully shutdown the bridge (#21413) 2021-06-29 13:45:34 -07:00
manual_ctrl.py Convert format strings strings to f-strings (#23241) 2021-12-16 14:58:17 +01:00
replay.sh remove gpsd (#20027) 2021-02-10 16:39:39 -08:00