Revert "CI: pylint to ruff (#29276)" (#29284)

This reverts commit ffad7279cbad3c4f2ea786287b4624d3a3aa18d7.
old-commit-hash: a91764954b0c9bfe5ccfc8e64321af6bb6c56536
This commit is contained in:
Justin Newberry
2023-08-08 14:24:04 -07:00
committed by GitHub
parent c1bcb53d4e
commit ff96892511
19 changed files with 94 additions and 82 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 -6
View File
@@ -3,15 +3,14 @@ import os
import sys
import argparse
import json
import codecs
import cereal.messaging as messaging
from hexdump import hexdump
from cereal import log
from cereal.services import service_list
import codecs
codecs.register_error("strict", codecs.backslashreplace_errors)
from cereal import log
import cereal.messaging as messaging
from cereal.services import service_list
if __name__ == "__main__":
parser = argparse.ArgumentParser(description='Dump communication sockets. See cereal/services.py for a complete list of available sockets.')