.pre-commit-config.yaml - disable pylint on precommit.ci

This commit is contained in:
Allen Winter
2023-02-10 10:38:42 -05:00
parent 0ad83ea1b4
commit a6e0de9db9

View File

@@ -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