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.
1 parent f2ce98e commit 28c06f2Copy full SHA for 28c06f2
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/astral-sh/uv-pre-commit
3
- rev: 0.9.7
+ rev: 0.9.13
4
hooks:
5
- id: uv-lock
6
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.14.3
+ rev: v0.14.7
9
10
- id: ruff
11
name: ruff (linter)
@@ -14,7 +14,7 @@ repos:
14
name: ruff (formatter)
15
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: v1.18.2
+ rev: v1.19.0
18
19
- id: mypy
20
language: system
0 commit comments