Instead of maintaining two lists, use the requirements file for installing compliance dependencies. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
17 lines
291 B
Text
17 lines
291 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
|
|
sphinx-lint
|
|
unidiff
|
|
yamllint
|
|
# zephyr-keep-sorted-stop
|