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 80c3e8e commit bbe63abCopy full SHA for bbe63ab
.pre-commit-config.yaml
@@ -25,14 +25,14 @@ repos:
25
hooks:
26
- id: isort
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v3.2.2
+ rev: v3.3.1
29
30
- id: pyupgrade
31
args:
32
- "--py38-plus"
33
# https://github.com/python/black#version-control-integration
34
- repo: https://github.com/psf/black
35
- rev: 22.10.0
+ rev: 22.12.0
36
37
- id: black
38
- id: black-jupyter
@@ -41,7 +41,7 @@ repos:
41
42
- id: blackdoc
43
exclude: "generate_aggregations.py"
44
- additional_dependencies: ["black==22.10.0"]
+ additional_dependencies: ["black==22.12.0"]
45
- id: blackdoc-autoupdate-black
46
- repo: https://github.com/PyCQA/flake8
47
rev: 6.0.0
0 commit comments