Skip to content

Commit

Permalink
.pre-commit-config.yaml - disable pylint on precommit.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Feb 10, 2023
1 parent 0ad83ea commit a6e0de9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a6e0de9

Please sign in to comment.