Skip to content

Commit 25d30eb

Browse files
[misc] Update pre-commit hooks
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)
1 parent 6b563a2 commit 25d30eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ default_language_version:
88
exclude: ^((tests/python/test_exception)\.py$|external/)
99
repos:
1010
- repo: https://github.com/psf/black
11-
rev: 23.3.0
11+
rev: 23.9.1
1212
hooks:
1313
- id: black
1414
language_version: python3.10
1515
args: ['-l', '120']
1616

1717
- repo: https://github.com/pre-commit/mirrors-clang-format
18-
rev: v15.0.7
18+
rev: v16.0.6
1919
hooks:
2020
- id: clang-format
2121
exclude: .*\.json$
@@ -27,7 +27,7 @@ repos:
2727
- id: end-of-file-fixer
2828

2929
- repo: https://github.com/PyCQA/pylint
30-
rev: v2.15.9
30+
rev: v3.0.0
3131
hooks:
3232
- id: pylint
3333
args: ['-rn', '-sn']

0 commit comments

Comments
 (0)