Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
- [github.com/pre-commit/mirrors-clang-format: v17.0.4 → v17.0.6](pre-commit/mirrors-clang-format@v17.0.4...v17.0.6)
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent f404ea2 commit 0ac26dd
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 @@ -40,7 +40,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: "23.10.1"
rev: "23.11.0"
hooks:
- id: black
args: [--line-length=79]
Expand All @@ -52,7 +52,7 @@ repos:
args: [--extend-ignore=E203]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.4
rev: v17.0.6
hooks:
- id: clang-format
types_or: [c++]

0 comments on commit 0ac26dd

Please sign in to comment.