diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee649b19..f83159c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,22 +52,10 @@ repos: rev: v1.9.0 hooks: - id: python-use-type-annotations -- repo: https://github.com/rhysd/actionlint - rev: v1.6.22 - hooks: - - id: actionlint-docker - args: - - -ignore - - 'SC2155:' - - -ignore - - 'SC2086:' - - -ignore - - 'SC1004:' - repo: https://github.com/sirosen/check-jsonschema rev: 0.19.2 hooks: - id: check-github-actions ci: skip: - - actionlint-docker - check-github-actions