Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.4](pre-commit/mirrors-clang-format@v18.1.8...v19.1.4)
- [github.com/PyCQA/pylint: v3.2.7 → v3.3.2](pylint-dev/pylint@v3.2.7...v3.3.2)
- [github.com/fsfe/reuse-tool: v4.0.3 → v5.0.2](fsfe/reuse-tool@v4.0.3...v5.0.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 0de6862 commit 2180edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:
exclude: ^(qt/qt6_natvis/qt6.natvis)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,11 +17,11 @@ repos:
args: [--allow-multiple-documents]
- id: check-json
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.4
hooks:
- id: clang-format
- repo: https://github.com/PyCQA/pylint
rev: v3.2.7
rev: v3.3.2
hooks:
- id: pylint
exclude: ^(.cmake-format.py)
Expand Down Expand Up @@ -51,6 +51,6 @@ repos:
language: ruby
files: \.(md|mdown|markdown)$
- repo: https://github.com/fsfe/reuse-tool
rev: v4.0.3
rev: v5.0.2
hooks:
- id: reuse

0 comments on commit 2180edc

Please sign in to comment.