We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c636e commit 8b020c4Copy full SHA for 8b020c4
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
require_serial: true
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.13.0
+ rev: v0.13.1
23
hooks:
24
# Run the linter.
25
- id: ruff-check
@@ -29,7 +29,7 @@ repos:
29
30
# Can run individually with `pre-commit run mypy --all-files`
31
- repo: https://github.com/pre-commit/mirrors-mypy
32
- rev: v1.18.1
+ rev: v1.18.2
33
34
- id: mypy
35
args: ["--config=pyproject.toml", "--show-error-codes"]
0 commit comments