Skip to content

Commit

Permalink
Precommit update
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Jul 27, 2023
1 parent 3d3a43c commit d8a37af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ repos:
{%- if cookiecutter.python_bindings %}
# Run Black - the uncompromising Python code formatter
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black-jupyter
{%- endif %}

# Format C++ code with Clang-Format - automatically applying the changes
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.1
rev: v16.0.6
hooks:
- id: clang-format
args:
Expand Down

0 comments on commit d8a37af

Please sign in to comment.