Skip to content

Commit

Permalink
build(deps): update pre-commit hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Mar 26, 2024
1 parent cd18c88 commit 1573d91
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,7 +1,7 @@
---
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.16.0
rev: v3.20.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: poetry-check
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.3.4
hooks:
- id: ruff-format
name: ruff (format)
Expand All @@ -37,7 +37,7 @@ repos:
- "."
pass_filenames: false
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 1573d91

Please sign in to comment.