CI: pylint to ruff (#29276)

* pylint to riff

* pylint to riff

* pylint to riff

* revert more

* undo exclude removal

* exclude tinygrad
This commit is contained in:
Justin Newberry
2023-08-08 13:41:30 -07:00
committed by GitHub
parent 8076107b4f
commit cb31a53d8a
19 changed files with 116 additions and 350 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ try:
except MessageTimeoutError:
# functional address isn't properly handled so a timeout occurs
if args.addr != 0x7DF:
pass
pass
print("")
print("you may need to power cycle your vehicle now")
+5 -4
View File
@@ -3,14 +3,15 @@ import os
import sys
import argparse
import json
from hexdump import hexdump
import codecs
codecs.register_error("strict", codecs.backslashreplace_errors)
from cereal import log
import cereal.messaging as messaging
from hexdump import hexdump
from cereal import log
from cereal.services import service_list
codecs.register_error("strict", codecs.backslashreplace_errors)
if __name__ == "__main__":
parser = argparse.ArgumentParser(description='Dump communication sockets. See cereal/services.py for a complete list of available sockets.')