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 1fa764f commit a8e61dcCopy full SHA for a8e61dc
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
- id: mypy
37
38
- repo: https://github.com/RobertCraigie/pyright-python
39
- rev: v1.1.355
+ rev: v1.1.356
40
hooks:
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.4
+ rev: v0.3.5
82
83
- id: ruff
84
@@ -88,7 +88,7 @@ repos:
88
- id: yamlfmt
89
90
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
91
- rev: v2.12.0
+ rev: v2.13.0
92
93
- id: pretty-format-toml
94
args: [--autofix]
0 commit comments