Skip to content

Commit

Permalink
[misc] Update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [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.0a6](pylint-dev/pylint@v2.15.9...v3.0.0a6)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent 560b740 commit 3e79246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
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.0a6
hooks:
- id: pylint
args: ['-rn', '-sn']
Expand Down

0 comments on commit 3e79246

Please sign in to comment.