File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
scripts/logging/dictionary/dictionary_parser Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 568
568
" UP036" , # https://docs.astral.sh/ruff/rules/outdated-version-block
569
569
" UP038" , # https://docs.astral.sh/ruff/rules/non-pep604-isinstance
570
570
]
571
- "./scripts/logging/dictionary/dictionary_parser/mipi_syst.py" = [
572
- " I001" , # https://docs.astral.sh/ruff/rules/unsorted-imports
573
- ]
574
571
"./scripts/logging/dictionary/dictionary_parser/utils.py" = [
575
572
" UP015" , # https://docs.astral.sh/ruff/rules/redundant-open-modes
576
573
]
Original file line number Diff line number Diff line change 10
10
11
11
from xml .sax .saxutils import escape
12
12
13
-
14
13
XML_HEADER = """
15
14
<?xml version="1.0" encoding="utf-8"?>
16
15
<syst:Collateral xmlns:syst="http://www.mipi.org/1.0/sys-t"
You can’t perform that action at this time.
0 commit comments