From 2481eccb871861348ebf26ad6e951748cdee4192 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:31:17 +0300 Subject: [PATCH] Ignore some warnings --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5439dc44015369..b2c4fe545d16900 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,6 +60,10 @@ repos: rev: v1.7.3 hooks: - id: actionlint + args: [ + -ignore=1st argument of function call is not assignable, + -ignore=SC2(015|038|086|091|097|098|129|155), + ] - repo: https://github.com/sphinx-contrib/sphinx-lint rev: v1.0.0