Skip to content

Commit

Permalink
Merge branch 'kdreports-2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Oct 3, 2023
2 parents d0cb78b + e32e9d2 commit 88031de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ repos:
args: [--allow-multiple-documents]
- id: check-json
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.7
rev: v16.0.6
hooks:
- id: clang-format
- repo: https://github.com/PyCQA/pylint
rev: v2.16.2
rev: v3.0.0
hooks:
- id: pylint
exclude: ^(.cmake-format.py|conan/conanfile.py)
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.1
rev: v2.0.4
hooks:
- id: autopep8
exclude: ^(.cmake-format.py|conan/conanfile.py)
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.6
hooks:
- id: codespell
- repo: https://github.com/cheshirekow/cmake-format-precommit
Expand All @@ -45,6 +45,6 @@ repos:
language: ruby
files: \.(md|mdown|markdown)$
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.2
rev: v2.1.0
hooks:
- id: reuse

0 comments on commit 88031de

Please sign in to comment.