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 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/pre-commit/mirrors-clang-format: v15.0.7 → v16.0.6](pre-commit/mirrors-clang-format@v15.0.7...v16.0.6)
- [github.com/PyCQA/pylint: v2.15.9 → v3.0.0](pylint-dev/pylint@v2.15.9...v3.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent 6b563a2 commit 25d30eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ default_language_version:
exclude: ^((tests/python/test_exception)\.py$|external/)
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
language_version: python3.10
args: ['-l', '120']

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.7
rev: v16.0.6
hooks:
- id: clang-format
exclude: .*\.json$
Expand All @@ -27,7 +27,7 @@ repos:
- id: end-of-file-fixer

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

0 comments on commit 25d30eb

Please sign in to comment.