Skip to content

Commit 0aa7fe9

Browse files
[pre-commit.ci] pre-commit autoupdate (#191)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.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 <[email protected]>
1 parent 07b43c8 commit 0aa7fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ repos:
9999

100100
# Python Formatting
101101
- repo: https://github.com/psf/black
102-
rev: 23.7.0 # Keep in sync with blacken-docs
102+
rev: 23.9.1 # Keep in sync with blacken-docs
103103
hooks:
104104
- id: black
105105
- repo: https://github.com/asottile/blacken-docs
106106
rev: 1.16.0
107107
hooks:
108108
- id: blacken-docs
109109
additional_dependencies:
110-
- black==23.7.0 # keep in sync with black hook
110+
- black==23.9.1 # keep in sync with black hook
111111
# TODO: black-jupyter
112112

113113
# Jupyter Notebooks: clean up all cell outputs

0 commit comments

Comments
 (0)