mirror of
https://github.com/smittix/intercept.git
synced 2026-07-07 09:08:12 -07:00
style: apply ruff-format to entire codebase
First-time run of ruff-format via pre-commit hook normalises quote style, trailing commas, and whitespace across 188 Python files. No logic changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,13 +21,13 @@ from .parser import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'FORMAT_CODES',
|
||||
'DISTRESS_NATURE_CODES',
|
||||
'TELECOMMAND_CODES',
|
||||
'CATEGORY_PRIORITY',
|
||||
'MID_COUNTRY_MAP',
|
||||
'parse_dsc_message',
|
||||
'get_country_from_mmsi',
|
||||
'get_distress_nature_text',
|
||||
'get_format_text',
|
||||
"FORMAT_CODES",
|
||||
"DISTRESS_NATURE_CODES",
|
||||
"TELECOMMAND_CODES",
|
||||
"CATEGORY_PRIORITY",
|
||||
"MID_COUNTRY_MAP",
|
||||
"parse_dsc_message",
|
||||
"get_country_from_mmsi",
|
||||
"get_distress_nature_text",
|
||||
"get_format_text",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user