We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdd6c6 commit 03fbe7fCopy full SHA for 03fbe7f
.ruff-excludes.toml
@@ -568,9 +568,6 @@
568
"UP036", # https://docs.astral.sh/ruff/rules/outdated-version-block
569
"UP038", # https://docs.astral.sh/ruff/rules/non-pep604-isinstance
570
]
571
-"./scripts/logging/dictionary/dictionary_parser/log_parser.py" = [
572
- "I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
573
-]
574
"./scripts/logging/dictionary/dictionary_parser/log_parser_v1.py" = [
575
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
576
"UP030", # https://docs.astral.sh/ruff/rules/format-literals
scripts/logging/dictionary/dictionary_parser/log_parser.py
@@ -9,6 +9,7 @@
9
"""
10
11
import abc
12
+
13
from colorama import Fore
14
15
from .data_types import DataTypes
0 commit comments