The ruff linter and formatter should get a locked version to be installed for compliance. This prevents new linter issues because of ruff updates itself. Ruff version 0.8.0 removed the deprecated UP027 rule so it's removed from the ignore list. Update the excludes file to match the actual reported issues. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
17 lines
298 B
Text
17 lines
298 B
Text
# COMPLIANCE: required by the compliance scripts
|
|
|
|
# used by ci/check_compliance
|
|
# zephyr-keep-sorted-start
|
|
clang-format>=15.0.0
|
|
gitlint
|
|
junitparser>=2
|
|
lxml
|
|
pykwalify
|
|
pylint>=3
|
|
python-magic
|
|
python-magic-bin; sys_platform == "win32"
|
|
ruff==0.8.1
|
|
sphinx-lint
|
|
unidiff
|
|
yamllint
|
|
# zephyr-keep-sorted-stop
|