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>
14 lines
220 B
Plaintext
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
|