Move overlapping pylint rules to ruff, disable mypy overlap (#94359)
This commit is contained in:
parent
7c676c0a7d
commit
3e85a29b86
88 changed files with 537 additions and 357 deletions
|
@ -178,7 +178,7 @@ class ActiveConnection:
|
|||
return
|
||||
|
||||
if not (handler_schema := self.handlers.get(type_)):
|
||||
self.logger.info(f"Received unknown command: {type_}")
|
||||
self.logger.info("Received unknown command: %s", type_)
|
||||
self.send_message(
|
||||
messages.error_message(
|
||||
cur_id, const.ERR_UNKNOWN_COMMAND, "Unknown command."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue