8000
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 c5bee94 commit 52962f0Copy full SHA for 52962f0
.pre-commit-config.yaml
@@ -13,13 +13,13 @@ repos:
13
- id: double-quote-string-fixer
14
15
- repo: https://github.com/psf/black
16
- rev: 22.8.0
+ rev: 22.10.0
17
hooks:
18
- id: black
19
- id: black-jupyter
20
21
- repo: https://github.com/keewis/blackdoc
22
- rev: v0.3.7
+ rev: v0.3.8
23
24
- id: blackdoc
25
@@ -38,7 +38,7 @@ repos:
38
- id: isort
39
40
- repo: https://github.com/pre-commit/mirrors-prettier
41
- rev: v3.0.0-alpha.0
+ rev: v3.0.0-alpha.4
42
43
- id: prettier
44
0 commit comments