Skip to content

Commit

Permalink
.pre-commit-config.yaml - autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Oct 24, 2023
1 parent 36e8394 commit 9568067
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
ci:
autoupdate_schedule: monthly

exclude: ^(cmake/ECM/|cmake/KDAB/|examples/qscxmldebugger/trafficlight.*|src/view/quick/qopengl2pexvertexarray.*|src/view/widgets/codeeditor.*)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -13,11 +16,11 @@ repos:
args: [--allow-multiple-documents]
- id: check-json
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.6
rev: v17.0.3
hooks:
- id: clang-format
- repo: https://github.com/PyCQA/pylint
rev: v3.0.0
rev: v3.0.1
hooks:
- id: pylint
exclude: ^(.cmake-format.py|conan/conanfile.py)
Expand Down

0 comments on commit 9568067

Please sign in to comment.