Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
  • Loading branch information
burgholzer committed Jul 12, 2023
1 parent 74a4f6b commit a6cc11b
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 @@ -52,7 +52,7 @@ repos:

# Python linting using ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
rev: v0.0.278
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -80,7 +80,7 @@ repos:

# Run code formatting with Black
- repo: https://github.com/psf/black
rev: 23.3.0 # Keep in sync with blacken-docs
rev: 23.7.0 # Keep in sync with blacken-docs
hooks:
- id: black-jupyter

Expand All @@ -89,7 +89,7 @@ repos:
rev: 1.15.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.3.0] # Keep in sync with blacken-docs
additional_dependencies: [black==23.7.0] # Keep in sync with blacken-docs

# Clang-format the C++ part of the code base automatically
- repo: https://github.com/pre-commit/mirrors-clang-format
Expand Down

0 comments on commit a6cc11b

Please sign in to comment.