Skip to content

Commit

Permalink
[misc] Update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/pre-commit/mirrors-clang-format: v15.0.7 → v18.1.8](pre-commit/mirrors-clang-format@v15.0.7...v18.1.8)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/PyCQA/pylint: v2.15.9 → v3.2.4](pylint-dev/pylint@v2.15.9...v3.2.4)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 37a0563 commit 7cef41c
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 @@ -8,26 +8,26 @@ default_language_version:
exclude: ^((tests/python/test_exception)\.py$|external/)
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
language_version: python3.10
args: ['-l', '120']

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.7
rev: v18.1.8
hooks:
- id: clang-format
exclude: .*\.json$

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

- repo: https://github.com/PyCQA/pylint
rev: v2.15.9
rev: v3.2.4
hooks:
- id: pylint
args: ['-rn', '-sn']
Expand Down

0 comments on commit 7cef41c

Please sign in to comment.