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 8719f3f commit 1fa764fCopy full SHA for 1fa764f
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: autoflake
20
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.15.1
+ rev: v3.15.2
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.354
+ rev: v1.1.355
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.3.3
+ rev: v0.3.4
82
83
- id: ruff
84
0 commit comments