We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1902a39 + 5dee9c4 commit 83a814dCopy full SHA for 83a814d
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
# Ruff version.
17
- rev: 'v0.11.5'
+ rev: 'v0.11.6'
18
hooks:
19
# Run the linter.
20
- id: ruff
@@ -35,7 +35,7 @@ repos:
35
- id: mypy
36
37
- repo: https://github.com/streetsidesoftware/cspell-cli
38
- rev: v8.17.3
+ rev: v8.19.0
39
40
- id: cspell
41
files: src/|docs|tests|README.md
0 commit comments