Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#491)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1)

* Update .pre-commit-config.yaml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
  • Loading branch information
pre-commit-ci[bot] and ax3l authored Jan 2, 2024
1 parent 1dcc6be commit b256f37
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 @@ -91,15 +91,15 @@ repos:

# Python Formatting
- repo: https://github.com/psf/black
rev: 23.12.0 # Keep in sync with blacken-docs
rev: 23.12.1 # Keep in sync with blacken-docs
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.12.0 # keep in sync with black hook
- black==23.12.1 # keep in sync with black hook
# TODO: black-jupyter

# Jupyter Notebooks: clean up all cell outputs
Expand Down

0 comments on commit b256f37

Please sign in to comment.