Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#46)
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v4.1.0 → v4.1.1](commitizen-tools/commitizen@v4.1.0...v4.1.1)
- [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3)
- [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent dd0bd62 commit 8f36035
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
@@ -1,15 +1,15 @@
repos:
# Versioning: Commit messages & changelog
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.0
rev: v4.1.1
hooks:
- id: commitizen
stages: [commit-msg]

# Lint / autoformat: Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.9.2"
rev: "v0.9.3"
hooks:
# Run the linter
- id: ruff
Expand All @@ -27,7 +27,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 8f36035

Please sign in to comment.