From 77c443f8e53467cdbb4c916b9ded778d3e33aebb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:12:06 +0000 Subject: [PATCH] style(pre-commit): autofix --- .hadolint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.hadolint.yaml b/.hadolint.yaml index a0ae9f5b0a6..d6186d8fc23 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -1,3 +1,3 @@ -ignored: - - DL3008 # Pin versions in apt get install. Instead of `apt-get install ` use `apt-get install =` - - DL3013 # Pin versions in pip. Instead of `pip install `, use `pip install ==` +ignored: + - DL3008 # Pin versions in apt get install. Instead of `apt-get install ` use `apt-get install =` + - DL3013 # Pin versions in pip. Instead of `pip install `, use `pip install ==`