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 c62b567 commit 434f55dCopy full SHA for 434f55d
.pre-commit-config.yaml
@@ -13,17 +13,17 @@ 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-jupyter
19
20
- repo: https://github.com/keewis/blackdoc
21
- rev: v0.3.5
+ rev: v0.3.6
22
23
- id: blackdoc
24
25
- repo: https://github.com/PyCQA/flake8
26
- rev: 5.0.2
+ rev: 5.0.4
27
28
- id: flake8
29
@@ -33,6 +33,6 @@ repos:
33
- id: isort
34
35
- repo: https://github.com/pre-commit/mirrors-prettier
36
- rev: v2.7.1
+ rev: v3.0.0-alpha.0
37
38
- id: prettier
0 commit comments