Skip to content

Commit 66609f1

Browse files
[pre-commit.ci] pre-commit autoupdate (#181)
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>
1 parent 79c0ffa commit 66609f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ repos:
101101

102102
# Python Formatting
103103
- repo: https://github.com/psf/black
104-
rev: 23.7.0 # Keep in sync with blacken-docs
104+
rev: 23.9.1 # Keep in sync with blacken-docs
105105
hooks:
106106
- id: black
107107
- repo: https://github.com/asottile/blacken-docs
108108
rev: 1.16.0
109109
hooks:
110110
- id: blacken-docs
111111
additional_dependencies:
112-
- black==22.12.0 # keep in sync with black hook
112+
- black==23.9.1 # keep in sync with black hook
113113
# TODO: black-jupyter
114114

115115
# Jupyter Notebooks: clean up all cell outputs

0 commit comments

Comments
 (0)