Skip to content

Commit 6cfdb6e

Browse files
authored
Merge pull request #265 from hotosm/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c19ea3a + c52e9fa commit 6cfdb6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
# Versioning: Commit messages & changelog
33
- repo: https://github.com/commitizen-tools/commitizen
4-
rev: v4.13.9
4+
rev: v4.13.10
55
hooks:
66
- id: commitizen
77
stages: [commit-msg]
88

99
# Lint / autoformat: Python code
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
1111
# Ruff version.
12-
rev: "v0.15.9"
12+
rev: "v0.15.10"
1313
hooks:
1414
# Run the linter
1515
- id: ruff
@@ -21,7 +21,7 @@ repos:
2121

2222
# Deps: ensure Python uv lockfile is up to date
2323
- repo: https://github.com/astral-sh/uv-pre-commit
24-
rev: 0.11.3
24+
rev: 0.11.6
2525
hooks:
2626
- id: uv-lock
2727
files: notebooks/pyproject.toml

0 commit comments

Comments
 (0)