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 c141944 commit a0910c7Copy full SHA for a0910c7
.pre-commit-config.yaml
@@ -13,18 +13,18 @@ repos:
13
- id: double-quote-string-fixer
14
15
- repo: https://github.com/psf/black
16
- rev: 22.6.0
+ rev: 22.8.0
17
hooks:
18
- id: black
19
- id: black-jupyter
20
21
- repo: https://github.com/keewis/blackdoc
22
- rev: v0.3.5
+ rev: v0.3.6
23
24
- id: blackdoc
25
26
- repo: https://github.com/PyCQA/flake8
27
- rev: 5.0.2
+ rev: 5.0.4
28
29
- id: flake8
30
@@ -38,7 +38,7 @@ repos:
38
- id: isort
39
40
- repo: https://github.com/pre-commit/mirrors-prettier
41
- rev: v2.7.1
+ rev: v3.0.0-alpha.0
42
43
- id: prettier
44
0 commit comments