Justin Newberry
|
1ee6ed4b16
|
Linter: remove pylint (#29611)
remove pylint
|
2023-08-24 16:30:54 -07: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 |
|
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 |
|
Willem Melching
|
25e4e94691
|
PyQt demo app (#21625)
* build python helpers lib
* call setMainWindow from python
* put in helper lib
* linter
* move to scripts
|
2021-10-29 12:37:17 +02:00 |
|