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 7034325 commit f401e60Copy full SHA for f401e60
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ default_language_version:
5
python: python3.11
6
repos:
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.8.6
+ rev: v0.12.2
9
hooks:
10
- id: ruff
11
- id: ruff-format
12
- repo: https://github.com/astral-sh/uv-pre-commit
13
- rev: 0.5.14
+ rev: 0.7.19
14
15
- id: pip-compile
16
name: pip-compile requirements.in
0 commit comments