Skip to content

Commit a6e0de9

Browse files
author
Allen Winter
committed
.pre-commit-config.yaml - disable pylint on precommit.ci
1 parent 0ad83ea commit a6e0de9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3+
ci:
4+
skip: [pylint]
5+
autoupdate_schedule: monthly
6+
37
exclude: ^(cmake/ECM|cmake/KDAB/)
48
repos:
59
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)