Skip to content

Commit

Permalink
Update pre-commit-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent f72f5ee commit 2659995
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 @@ -45,12 +45,12 @@ repos:
- id: reorder-python-imports
args: [--py37-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5
rev: v0.1.6
hooks:
- id: ruff
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.4
rev: v17.0.5
hooks:
- id: clang-format
- repo: https://github.com/cpplint/cpplint
Expand All @@ -59,6 +59,6 @@ repos:
- id: cpplint
args: ["--filter=-build/c++11,-build/c++14"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier

0 comments on commit 2659995

Please sign in to comment.