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 b4ebc94 + 7434944 commit 491f1a0Copy full SHA for 491f1a0
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.15.11'
+ rev: 'v0.15.12'
18
hooks:
19
# Run the linter.
20
- id: ruff-check
@@ -23,7 +23,7 @@ repos:
23
- id: ruff-format
24
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.20.1
+ rev: v1.20.2
27
28
- id: mypy
29
files: ^src/|^tests/
0 commit comments