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.
2 parents 8ca9821 + 0320841 commit 4551f76Copy full SHA for 4551f76
.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.5.5'
+ rev: 'v0.5.6'
18
hooks:
19
# Run the linter.
20
- id: ruff
@@ -30,12 +30,12 @@ repos:
30
- id: add-trailing-comma
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v1.11.0
+ rev: v1.11.1
34
35
- id: mypy
36
37
- repo: https://github.com/streetsidesoftware/cspell-cli
38
- rev: v8.12.0
+ rev: v8.13.1
39
40
- id: cspell
41
files: src/|docs|tests|README.md
0 commit comments