We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387e428 commit 3db9285Copy full SHA for 3db9285
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
)
22
23
- repo: https://github.com/psf/black
24
- rev: 23.10.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
+ rev: 23.10.1 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
25
hooks:
26
- id: black
27
args:
@@ -31,7 +31,7 @@ repos:
31
rev: 1.16.0
32
33
- id: blacken-docs
34
- additional_dependencies: [black==23.10.0]
+ additional_dependencies: [black==23.10.1]
35
36
- repo: https://github.com/PyCQA/flake8
37
rev: 6.1.0
0 commit comments