Skip to content

Commit

Permalink
chore: update pre-commit hooks (#76)
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v3.18.4 → v3.20.0](commitizen-tools/commitizen@v3.18.4...v3.20.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.3...v0.3.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 25, 2024
1 parent 25b3a3d commit 2b42dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_stages: [pre-commit, pre-push]

repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.18.4
rev: v3.20.0
hooks:
- id: commitizen
# - id: commitizen-branch
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
- id: check-readthedocs

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.3"
rev: "v0.3.4"
hooks:
# Run the linter
- id: ruff
Expand Down

0 comments on commit 2b42dc9

Please sign in to comment.