grekiki
|
17e33978cd
|
Mypy fixes for --check-untyped-defs (#24372)
more type fixes
|
2022-05-12 14:08:11 +02:00 |
|
Adeeb Shihadeh
|
8af20af66d
|
pylint: enforce indentation (W0311) (#24039)
* pylint: enforce indentation (W0311)
* few more
|
2022-03-24 23:23:29 -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
|
252f3c1c87
|
tools/lib/auth.py: support github/apple login (#22766)
* tools/lib/auth.py: support github/apple login
* print some info about logged in user
* add docstring
|
2021-11-01 15:00:00 +01:00 |
|
Willem Melching
|
0252072729
|
tools/lib/auth.py update oauth redirect url
|
2021-05-17 14:51:29 +02:00 |
|
Willem Melching
|
843a64c72f
|
Make pylint more strict (#1626)
* make pylint more strict
* cleanup in progress
* done cleaning up
* no opendbc
|
2020-06-02 16:29:32 -07:00 |
|
Willem Melching
|
3d08dcc3b2
|
Run mypy commit hook (#1591)
* run mypy commit hook
* fix mypy errors
|
2020-05-28 15:05:04 -07:00 |
|
George Hotz
|
e568d3cadc
|
More LGTM fixups (#1457)
* exclude lib dirs, fix 3 cpp errors
* fix more alerts, exclude mkvparse
Co-authored-by: George Hotz <geohot@gmail.com>
|
2020-05-02 20:00:41 -07:00 |
|
Andy Haden
|
327a255a1a
|
tools: Print auth url to console
|
2020-02-25 11:44:13 -08:00 |
|
Andy
|
c4af05868b
|
Tools: Storage API (#1161)
* filereader
* support URLs in filereader, logreader
* unused
* use route files api; add auth file
* Implement browser auth
* Update readme, fix up cache paths
* Add tests, clear token on 401
* Factor out URLFile
* space
|
2020-02-24 21:24:54 -05:00 |
|