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 3c98ec7 commit ebfa773Copy full SHA for ebfa773
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
hooks:
20
- id: isort
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v2.37.2
+ rev: v2.37.3
23
24
- id: pyupgrade
25
args:
@@ -31,13 +31,13 @@ repos:
31
- id: black
32
- id: black-jupyter
33
- repo: https://github.com/keewis/blackdoc
34
- rev: v0.3.4
+ rev: v0.3.5
35
36
- id: blackdoc
37
exclude: "generate_reductions.py"
38
additional_dependencies: ["black==22.3.0"]
39
- repo: https://github.com/PyCQA/flake8
40
- rev: 4.0.1
+ rev: 5.0.2
41
42
- id: flake8
43
# - repo: https://github.com/Carreau/velin
0 commit comments