1# COMPLIANCE: required by the compliance scripts 2 3# used by ci/check_compliance 4# zephyr-keep-sorted-start 5clang-format>=15.0.0 6gitlint 7junitparser>=4.0.1 8lxml>=5.3.0 9pykwalify 10pylint>=3 11python-magic-bin; sys_platform == "win32" 12python-magic; sys_platform != "win32" 13ruff==0.11.11 14sphinx-lint 15unidiff 16vermin 17yamllint 18# zephyr-keep-sorted-stop 19