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 16a295e commit bdda302Copy full SHA for bdda302
.pre-commit-config.yaml
@@ -8,13 +8,13 @@ repos:
8
9
# Deps: ensure Python uv lockfile is up to date
10
- repo: https://github.com/astral-sh/uv-pre-commit
11
- rev: 0.7.19
+ rev: 0.8.13
12
hooks:
13
- id: uv-lock
14
15
# Autoformat: general file fixes / time savers
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v5.0.0
+ rev: v6.0.0
18
19
- id: trailing-whitespace
20
- id: check-added-large-files
@@ -24,7 +24,7 @@ repos:
24
# Lint / autoformat: Python code
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
# Ruff version.
27
- rev: "v0.12.2"
+ rev: "v0.12.10"
28
29
# Run the linter
30
- id: ruff
0 commit comments