Skip to content

Commit

Permalink
Merge pull request #11 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 Feb 10, 2025
2 parents 2113d40 + 0377312 commit 2e632e4
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 @@ -21,7 +21,7 @@ repos:

# Versioning: Commit messages & changelog
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.0
rev: v4.2.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -38,7 +38,7 @@ repos:
# Lint / autoformat: Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.8.2"
rev: "v0.9.6"
hooks:
# Run the linter
- id: ruff
Expand All @@ -56,7 +56,7 @@ repos:

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
args: [--fix, --ignore, CHANGELOG.md]

0 comments on commit 2e632e4

Please sign in to comment.