grekiki
|
7cd23af9b1
|
Mypy fixes for --check-untyped-defs (#24372)
more type fixes
old-commit-hash: 17e33978cd
|
2022-05-12 14:08:11 +02:00 |
|
Adeeb Shihadeh
|
bd71c594a2
|
pylint: enforce indentation (W0311) (#24039)
* pylint: enforce indentation (W0311)
* few more
old-commit-hash: 8af20af66d
|
2022-03-24 23:23:29 -07:00 |
|
Ewout ter Hoeven
|
f206ebd054
|
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>
old-commit-hash: 332f568a82
|
2021-12-24 11:18:39 -08:00 |
|
Willem Melching
|
2dbecc8a15
|
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
old-commit-hash: 252f3c1c87
|
2021-11-01 15:00:00 +01:00 |
|
Willem Melching
|
3725aeca25
|
tools/lib/auth.py update oauth redirect url
old-commit-hash: 0252072729
|
2021-05-17 14:51:29 +02:00 |
|
Willem Melching
|
a56e2b01f8
|
Make pylint more strict (#1626)
* make pylint more strict
* cleanup in progress
* done cleaning up
* no opendbc
old-commit-hash: 843a64c72f
|
2020-06-02 16:29:32 -07:00 |
|
Willem Melching
|
2b60ee9531
|
Run mypy commit hook (#1591)
* run mypy commit hook
* fix mypy errors
old-commit-hash: 3d08dcc3b2
|
2020-05-28 15:05:04 -07:00 |
|
George Hotz
|
d47b2ef576
|
More LGTM fixups (#1457)
* exclude lib dirs, fix 3 cpp errors
* fix more alerts, exclude mkvparse
Co-authored-by: George Hotz <geohot@gmail.com>
old-commit-hash: e568d3cadc
|
2020-05-02 20:00:41 -07:00 |
|
Andy Haden
|
7db2f5b3d7
|
tools: Print auth url to console
old-commit-hash: 327a255a1a
|
2020-02-25 11:44:13 -08:00 |
|
Andy
|
738c3cca79
|
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
old-commit-hash: c4af05868b
|
2020-02-24 21:24:54 -05:00 |
|