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 1d7078b commit 83339edCopy full SHA for 83339ed
.pre-commit-config.yaml
@@ -34,13 +34,13 @@ repos:
34
- tomli
35
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: 'v3.18.0'
+ rev: 'v3.19.0'
38
hooks:
39
- id: pyupgrade
40
args: ["--py38-plus"]
41
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: 'v0.7.0'
+ rev: 'v0.7.1'
44
45
- id: ruff
46
args: ["--fix"]
0 commit comments