.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 d2c46fd2a1
commit 9e7d2d3846

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/|src/3rdparty/)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks