Skip to content

Commit

Permalink
Bump version of pre-commit hooks (#1079) (#1082)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a28a2a)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and github-actions[bot] committed Mar 18, 2024
1 parent 468e030 commit 333beb0
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 @@ -49,7 +49,7 @@ repos:
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
args: ["--line-length=99"]
Expand All @@ -62,7 +62,7 @@ repos:

# CPP hooks
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.0
rev: v18.1.1
hooks:
- id: clang-format
args: ['-fallback-style=none', '-i']
Expand Down

0 comments on commit 333beb0

Please sign in to comment.