Skip to content

Commit

Permalink
Update pre-commit yaml with
Browse files Browse the repository at this point in the history
pre-commit autoupdate
  • Loading branch information
jbcoe committed Mar 31, 2024
1 parent 9f84368 commit c66441b
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 @@ -28,7 +28,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.4
rev: v18.1.2
hooks:
- id: clang-format
types_or: [c++, c]
Expand All @@ -38,7 +38,7 @@ repos:
- id: dockerfilelint
stages: [commit]
- repo: https://github.com/psf/black
rev: stable
rev: 24.3.0
hooks:
- id: black
- id: black-jupyter

0 comments on commit c66441b

Please sign in to comment.