We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b88165d + 415b4ad commit 0b1c5a3Copy full SHA for 0b1c5a3
1 file changed
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
- id: check-github-actions
22
- id: check-github-workflows
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.15.4
+ rev: v0.15.5
25
hooks:
26
- id: ruff-check
27
args: [--fix, --exit-non-zero-on-fix]
@@ -35,11 +35,11 @@ repos:
35
36
- id: mypy
37
- repo: https://github.com/igorshubovych/markdownlint-cli
38
- rev: v0.47.0
+ rev: v0.48.0
39
40
- id: markdownlint-fix
41
- repo: https://github.com/codespell-project/codespell
42
- rev: v2.4.1
+ rev: v2.4.2
43
44
- id: codespell
45
args: [-I, .codespell_ignore.txt]
0 commit comments