zephyr/scripts/requirements-compliance.txt
Pieter De Gendt 1be5c157d9 scripts: ci: check_compliance: Add python lint/format check
Add a compliance test using ruff, for both linting and formatting of
newly added python files.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2024-11-19 18:36:54 -05:00

14 lines
220 B
Plaintext

# COMPLIANCE: required by the compliance scripts
# used by ci/check_compliance
clang-format>=15.0.0
python-magic
python-magic-bin; sys_platform == "win32"
lxml
junitparser>=2
pylint>=3
unidiff
yamllint
sphinx-lint
ruff