a09300385b 
								
							
								 
							
						 
						
							
							
								
								mypy: use implicit-optional ( #31590 )  
							
							... 
							
							
 
							
							* mypy: set implicit-optional = true
* find and replace '| None = None' -> '= None' in function args
old-commit-hash: 80da3aee14 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								9bd90112d0 
								
							
								 
							
						 
						
							
							
								
								use pyupgrade to update to new typing syntax ( #31580 )  
							
							... 
							
							
 
							
							* add pyupgrade hook
* run pyupgrade (pre-commit run -a)
* ruff --fix
* Revert "add pyupgrade hook"
This reverts commit 56ec18bb6b8602a0b612f3803d96cdad14b52066.
* revert changes to third_party/
* manual type fixes
* explicit Optional wrapping capnp objects
old-commit-hash: 995250ae49 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								0bbffc86c0 
								
							
								 
							
						 
						
							
							
								
								common/file_helpers: remove xx stuff ( #30772 )  
							
							... 
							
							
 
							
							* remove xx stuff
* cleanup
old-commit-hash: 1346704426 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								6161996653 
								
							
								 
							
						 
						
							
							
								
								dependency: remove atomicwrites package ( #30769 )  
							
							... 
							
							
 
							
							* Update file_helpers.py
* remove dependency
* Revert "remove dependency"
This reverts commit e2bd5f4edab7d14b75f65c296631855d886e38d1.
* remove atomicwrites
* allow overwrite
* fix indents
* add type hints
* Update poetry.lock
* optional
* wrap
old-commit-hash: 7f9e41ce2e 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								e91032efb3 
								
							
								 
							
						 
						
							
							
								
								replace common.file_helpers.mkdirs_exists_ok with python os.makedirs funtion ( #30618 )  
							
							... 
							
							
 
							
							replace common.file_helpers.mkdirs_exists_ok with python os.makedirs function
old-commit-hash: db35dcd0b5 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								7d6d3dc9ea 
								
							
								 
							
						 
						
							
							
								
								Ruff: flake8 pie (misc lints) ( #29318 )  
							
							... 
							
							
 
							
							flake8 pie
old-commit-hash: af3ed37c5c 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								5a9644261f 
								
							
								 
							
						 
						
							
							
								
								remove comma two support ( #24248 )  
							
							... 
							
							
 
							
							* remove comma two support
* cleanup release files
* little more
* more libs
* no more gralloc
* add snpe back
old-commit-hash: 5c48e7bc86 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								233291a14b 
								
							
								 
							
						 
						
							
							
								
								monkeypatch os.link ( #23480 )  
							
							... 
							
							
 
							
							old-commit-hash: 4ff9ee8902 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								a962365292 
								
							
								 
							
						 
						
							
							
								
								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>
old-commit-hash: 55390d273f 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								6f92abc815 
								
							
								 
							
						 
						
							
							
								
								Less open file permissions ( #21922 )  
							
							... 
							
							
 
							
							* Less open file permissions
* add test back
* remove params test for permissions
* remove umask
* bump cereal
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: dddab597bc 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								dad760624a 
								
							
								 
							
						 
						
							
							
								
								athena: return current upload status in listUploadQueue ( #21903 )  
							
							... 
							
							
 
							
							* return current upload item in listUploadQueue
* update progress on read
* move to file helpers
* use dict instead of global
old-commit-hash: 28823917ea 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								02d68d91fb 
								
							
								 
							
						 
						
							
							
								
								mkdirs_exists_ok more specific URL detection  
							
							... 
							
							
 
							
							old-commit-hash: 3b180240d5 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								5db2854138 
								
							
								 
							
						 
						
							
							
								
								ensure mkdirs_exists_ok is not called for URLs  
							
							... 
							
							
 
							
							old-commit-hash: 7bf9b04570 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a56e2b01f8 
								
							
								 
							
						 
						
							
							
								
								Make pylint more strict ( #1626 )  
							
							... 
							
							
 
							
							* make pylint more strict
* cleanup in progress
* done cleaning up
* no opendbc
old-commit-hash: 843a64c72f 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								5e857427ba 
								
							
								 
							
						 
						
							
							
								
								Enable more flake8 checks ( #1602 )  
							
							... 
							
							
 
							
							* enable some more flake8 checks
* some more quick ones
* bump opendbc
* e401
* e711 e712
* e115 e116
* e222
* e301
* remove that
* e129
* e701 e702
* e125 e131
* e227
* e306
* e262
* W503
* e713
* e704
* e731
* bump opendbc
* fix some e722
old-commit-hash: d9bf9f0a40 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b1f13418e1 
								
							
								 
							
						 
						
							
							
								
								common folder  
							
							... 
							
							
 
							
							old-commit-hash: e8d888c45b 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								81dd5a50cf 
								
							
								 
							
						 
						
							
							
								
								root commit  
							
							... 
							
							
 
							
							old-commit-hash: 6c33a5c1f3 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								89d1d84c70 
								
							
								 
							
						 
						
							
							
								
								openpilot v0.6.5 release  
							
							... 
							
							
 
							
							old-commit-hash: cf80f7a28b 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								dfe603c178 
								
							
								 
							
						 
						
							
							
								
								openpilot v0.6.4 release  
							
							... 
							
							
 
							
							old-commit-hash: 61229779e4 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								07aa8b1bf3 
								
							
								 
							
						 
						
							
							
								
								openpilot v0.6.1 release  
							
							... 
							
							
 
							
							old-commit-hash: 94053536b4 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								e47a2e6e30 
								
							
								 
							
						 
						
							
							
								
								openpilot v0.5.13 release  
							
							... 
							
							
 
							
							old-commit-hash: dd34ccfe28 
							
						 
						
							6 years ago