Skip to content

Commit d78a59e

Browse files
authored
Merge pull request #53 from hotosm/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 086c046 + a7b1db0 commit d78a59e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111

1212
# Versioning: Commit messages & changelog
1313
- repo: https://github.com/commitizen-tools/commitizen
14-
rev: v4.9.1
14+
rev: v4.10.0
1515
hooks:
1616
- id: commitizen
1717
stages: [commit-msg]
1818

1919
# Deps: ensure Python uv lockfile is up to date
2020
- repo: https://github.com/astral-sh/uv-pre-commit
21-
rev: 0.9.7
21+
rev: 0.9.8
2222
hooks:
2323
- id: uv-lock
2424

@@ -34,7 +34,7 @@ repos:
3434
# Lint / autoformat: Python code
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
3636
# Ruff version.
37-
rev: "v0.14.3"
37+
rev: "v0.14.4"
3838
hooks:
3939
# Run the linter
4040
- id: ruff

0 commit comments

Comments
 (0)