We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c0ffa commit 66609f1Copy full SHA for 66609f1
.pre-commit-config.yaml
@@ -101,15 +101,15 @@ repos:
101
102
# Python Formatting
103
- repo: https://github.com/psf/black
104
- rev: 23.7.0 # Keep in sync with blacken-docs
+ rev: 23.9.1 # Keep in sync with blacken-docs
105
hooks:
106
- id: black
107
- repo: https://github.com/asottile/blacken-docs
108
rev: 1.16.0
109
110
- id: blacken-docs
111
additional_dependencies:
112
- - black==22.12.0 # keep in sync with black hook
+ - black==23.9.1 # keep in sync with black hook
113
# TODO: black-jupyter
114
115
# Jupyter Notebooks: clean up all cell outputs
0 commit comments