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