We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0413872 commit d4546e3Copy full SHA for d4546e3
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: mixed-line-ending
16
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v2.34.0
+ rev: v2.37.3
19
hooks:
20
- id: pyupgrade
21
args:
@@ -27,12 +27,12 @@ repos:
27
- id: black-jupyter
28
29
- repo: https://github.com/keewis/blackdoc
30
- rev: v0.3.4
+ rev: v0.3.5
31
32
- id: blackdoc
33
34
- repo: https://github.com/PyCQA/flake8
35
- rev: 4.0.1
+ rev: 5.0.2
36
37
- id: flake8
38
0 commit comments