Skip to content

Commit

Permalink
chore: update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lievenhey committed Jun 4, 2024
1 parent a722283 commit ca5482b
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 @@ -3,7 +3,7 @@
exclude: ^(/3rdparty/perfparser|/3rdparty/PrefixTickLabels/)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: (tests/modeltests/disassembly/)
Expand All @@ -16,18 +16,18 @@ repos:
args: [--allow-multiple-documents]
- id: check-json
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.6
rev: v18.1.6
hooks:
- id: clang-format
files: (\.cpp|\.h|\.c)
- repo: https://github.com/PyCQA/pylint
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pylint
args: ["--disable=C0103,C0301,C0114,R0801,E0401"]
exclude: (\.cmake-format\.py)
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.7.0
rev: v2.0.4
hooks:
- id: autopep8
- repo: https://github.com/cheshirekow/cmake-format-precommit
Expand All @@ -38,7 +38,7 @@ repos:
- id: cmake-format
exclude: (cmake/ECMEnableSanitizers\.cmake|cmake/Find|3rdparty/perfparser|3rdparty/PrefixTickLabels|\.h\.cmake$)
- repo: https://github.com/markdownlint/markdownlint
rev: v0.11.0
rev: v0.12.0
hooks:
- id: markdownlint
entry: mdl
Expand Down

0 comments on commit ca5482b

Please sign in to comment.