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 bc1297d commit 68db851Copy full SHA for 68db851
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ default_language_version:
5
python: python3.10
6
repos:
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.11.4
+ 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.6.12
+ rev: 0.7.19
14
15
- id: pip-compile
16
name: pip-compile common-requirements.in
0 commit comments