From a6e0de9db922a8869ad825b09c16c50c8fd69cc9 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Fri, 10 Feb 2023 10:38:42 -0500 Subject: [PATCH] .pre-commit-config.yaml - disable pylint on precommit.ci --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af6129d6d..b7e0ea53e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,9 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks +ci: + skip: [pylint] + autoupdate_schedule: monthly + exclude: ^(cmake/ECM|cmake/KDAB/) repos: - repo: https://github.com/pre-commit/pre-commit-hooks