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 8756f16 commit aa8f8baCopy full SHA for aa8f8ba
.pre-commit-config.yaml
@@ -48,7 +48,7 @@ repos:
48
49
# Black, the code formatter, natively supports pre-commit
50
- repo: https://github.com/psf/black
51
- rev: "22.6.0" # Keep in sync with blacken-docs
+ rev: "22.8.0" # Keep in sync with blacken-docs
52
hooks:
53
- id: black
54
@@ -58,7 +58,7 @@ repos:
58
59
- id: blacken-docs
60
additional_dependencies:
61
- - black==22.6.0 # keep in sync with black hook
+ - black==22.8.0 # keep in sync with black hook
62
63
# Changes tabs to spaces
64
- repo: https://github.com/Lucas-C/pre-commit-hooks
0 commit comments