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.
2 parents df6d3b7 + 237bdba commit 6a1ba80Copy full SHA for 6a1ba80
.pre-commit-config.yaml
@@ -29,12 +29,12 @@ repos:
29
- flake8-typing-imports==1.9.0
30
- flake8-docstrings==1.5.0
31
- repo: https://github.com/asottile/reorder_python_imports
32
- rev: v2.5.0
+ rev: v2.6.0
33
hooks:
34
- id: reorder-python-imports
35
args: ['--application-directories=.:src', --py36-plus]
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v2.21.2
+ rev: v2.23.0
38
39
- id: pyupgrade
40
args: [--py36-plus]
0 commit comments