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 0e2f80f commit 124fd73Copy full SHA for 124fd73
.pre-commit-config.yaml
@@ -22,17 +22,17 @@ repos:
22
- '--py37-plus'
23
24
- repo: https://github.com/psf/black
25
- rev: 22.6.0
+ rev: 22.8.0
26
hooks:
27
- id: black-jupyter
28
29
- repo: https://github.com/keewis/blackdoc
30
- rev: v0.3.5
+ rev: v0.3.6
31
32
- id: blackdoc
33
34
- repo: https://github.com/PyCQA/flake8
35
- rev: 5.0.2
+ rev: 5.0.4
36
37
- id: flake8
38
@@ -42,6 +42,6 @@ repos:
42
- id: isort
43
44
- repo: https://github.com/pre-commit/mirrors-prettier
45
- rev: v2.7.1
+ rev: v3.0.0-alpha.0
46
47
- id: prettier
0 commit comments