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 f92d743 commit bae7ab7Copy full SHA for bae7ab7
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: autoflake
20
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.16.0
+ rev: v3.17.0
23
hooks:
24
- id: pyupgrade
25
args: [--py39-plus]
@@ -36,7 +36,7 @@ repos:
36
- id: mypy
37
38
- repo: https://github.com/RobertCraigie/pyright-python
39
- rev: v1.1.372
+ rev: v1.1.373
40
41
- id: pyright
42
# ignore warnings about new version being available, no other warnings
@@ -78,7 +78,7 @@ repos:
78
args: ['--markdown-linebreak-ext=md,markdown']
79
80
- repo: https://github.com/astral-sh/ruff-pre-commit
81
- rev: v0.5.4
+ rev: v0.5.5
82
83
- id: ruff
84
0 commit comments