|
|
@ -440,7 +440,6 @@ |
|
|
|
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports |
|
|
|
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports |
|
|
|
"SIM201", # https://docs.astral.sh/ruff/rules/negate-equal-op |
|
|
|
"SIM201", # https://docs.astral.sh/ruff/rules/negate-equal-op |
|
|
|
"UP007", # https://docs.astral.sh/ruff/rules/non-pep604-annotation |
|
|
|
"UP007", # https://docs.astral.sh/ruff/rules/non-pep604-annotation |
|
|
|
"UP035", # https://docs.astral.sh/ruff/rules/deprecated-import |
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
"./scripts/dts/python-devicetree/src/devicetree/edtlib.py" = [ |
|
|
|
"./scripts/dts/python-devicetree/src/devicetree/edtlib.py" = [ |
|
|
|
"B904", # https://docs.astral.sh/ruff/rules/raise-without-from-inside-except |
|
|
|
"B904", # https://docs.astral.sh/ruff/rules/raise-without-from-inside-except |
|
|
@ -451,7 +450,6 @@ |
|
|
|
"SIM118", # https://docs.astral.sh/ruff/rules/in-dict-keys |
|
|
|
"SIM118", # https://docs.astral.sh/ruff/rules/in-dict-keys |
|
|
|
"UP007", # https://docs.astral.sh/ruff/rules/non-pep604-annotation |
|
|
|
"UP007", # https://docs.astral.sh/ruff/rules/non-pep604-annotation |
|
|
|
"UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
|
|
|
"UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
|
|
|
"UP035", # https://docs.astral.sh/ruff/rules/deprecated-import |
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
"./scripts/dts/python-devicetree/src/devicetree/grutils.py" = [ |
|
|
|
"./scripts/dts/python-devicetree/src/devicetree/grutils.py" = [ |
|
|
|
"E501", # https://docs.astral.sh/ruff/rules/line-too-long |
|
|
|
"E501", # https://docs.astral.sh/ruff/rules/line-too-long |
|
|
|