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.
2 parents c19ea3a + c52e9fa commit 6cfdb6eCopy full SHA for 6cfdb6e
1 file changed
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
# Versioning: Commit messages & changelog
3
- repo: https://github.com/commitizen-tools/commitizen
4
- rev: v4.13.9
+ rev: v4.13.10
5
hooks:
6
- id: commitizen
7
stages: [commit-msg]
8
9
# Lint / autoformat: Python code
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
# Ruff version.
12
- rev: "v0.15.9"
+ rev: "v0.15.10"
13
14
# Run the linter
15
- id: ruff
@@ -21,7 +21,7 @@ repos:
21
22
# Deps: ensure Python uv lockfile is up to date
23
- repo: https://github.com/astral-sh/uv-pre-commit
24
- rev: 0.11.3
+ rev: 0.11.6
25
26
- id: uv-lock
27
files: notebooks/pyproject.toml
0 commit comments