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 044d092 commit 4504f13Copy full SHA for 4504f13
.pre-commit-config.yaml
@@ -24,13 +24,13 @@ repos:
24
- id: autoflake
25
args: ["--in-place", "--remove-all-unused-imports"]
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.19.1
+ rev: v3.20.0
28
hooks:
29
- id: pyupgrade
30
exclude: _models?\.py$
31
args: [--py38-plus, --keep-runtime-typing]
32
- repo: https://github.com/PyCQA/isort
33
- rev: 6.0.0
+ rev: 6.0.1
34
35
- id: isort
36
additional_dependencies: [toml]
0 commit comments