Skip to content

Commit

Permalink
Merge pull request #16 from hotosm/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
spwoodcock authored Mar 3, 2025
2 parents e7810ca + 0f7d149 commit 3f1033f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ repos:

# Versioning: Commit messages & changelog
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.2.2
rev: v4.4.1
hooks:
- id: commitizen
stages: [commit-msg]

# Deps: ensure Python uv lockfile is up to date
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.6.2
rev: 0.6.3
hooks:
- id: uv-lock

Expand All @@ -34,7 +34,7 @@ repos:
# Lint / autoformat: Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.9.7"
rev: "v0.9.9"
hooks:
# Run the linter
- id: ruff
Expand Down

0 comments on commit 3f1033f

Please sign in to comment.