From 235a3b5dd8e5bd1682ebb9b3bfcd23577e498719 Mon Sep 17 00:00:00 2001 From: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:29:20 +0200 Subject: [PATCH] python: Re-enable `dtschema` and `yamllint` in requirements.txt --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 74a74d8307..2d21cf6a3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,5 @@ PyYAML == 6.0.1 # for parsing/writing YAML oras == 0.1.30 # for OCI stuff in mapper-oci-update Jinja2 == 3.1.4 # for templating rich == 13.7.1 # for rich text formatting -#dtschema == 2024.5 # for checking dts files and dt bindings -#yamllint == 1.35.1 # for checking dts files and dt bindings - -#### dts-schema and its functionality dts-check does not build +dtschema == 2024.5 # for checking dts files and dt bindings +yamllint == 1.35.1 # for checking dts files and dt bindings