Skip to content

Commit

Permalink
chore: update pre-commit hooks (GalacticDynamics#152)
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v3.14.1 → v3.15.0](commitizen-tools/commitizen@v3.14.1...v3.15.0)
- [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Feb 20, 2024
1 parent 29e479e commit 28f9d5a
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.14.1
rev: v3.15.0
hooks:
- id: commitizen
# - id: commitizen-branch
Expand Down Expand Up @@ -51,7 +51,7 @@ repos:
- id: check-readthedocs

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

0 comments on commit 28f9d5a

Please sign in to comment.