We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05311c4 commit 45a734bCopy full SHA for 45a734b
1 file changed
.pre-commit-config.yaml
@@ -16,14 +16,14 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.20.0
+ rev: v3.21.0
20
hooks:
21
- id: pyupgrade
22
name: Modernize python code
23
args: ["--py39-plus"]
24
25
- repo: https://github.com/PyCQA/isort
26
- rev: 6.1.0
+ rev: 7.0.0
27
28
- id: isort
29
name: Reorder python imports with isort
0 commit comments