Skip to content

Commit

Permalink
chore: update pre-commit hooks (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 4ff35a2 commit 9ecceaa
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 @@ -6,7 +6,7 @@ default_stages: [pre-commit, pre-push]

repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.20.0
rev: v3.21.3
hooks:
- id: commitizen
# - id: commitizen-branch
Expand Down Expand Up @@ -43,14 +43,14 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

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

0 comments on commit 9ecceaa

Please sign in to comment.