Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#230)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 22.12.0 →
23.1.0](psf/black@22.12.0...23.1.0)
<!--pre-commit.ci end-->
  • Loading branch information
burgholzer authored Feb 7, 2023
2 parents f159b75 + 192fa2b commit 795ee0e
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 @@ -65,7 +65,7 @@ repos:

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

Expand All @@ -75,7 +75,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==22.12.0 # keep in sync with black hook
- black==23.1.0 # keep in sync with black hook

# Check for common mistakes
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit 795ee0e

Please sign in to comment.