Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-ast
- id: check-added-large-files
Expand Down Expand Up @@ -49,7 +49,7 @@ repos:
language: system
types: [python]
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.42.0
rev: v3.29.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -59,6 +59,6 @@ repos:
- id: upgrade-type-hints
args: [ '--futures=true' ]
- repo: https://github.com/syntaqx/git-hooks
rev: v0.0.17
rev: v0.0.18
hooks:
- id: shellcheck
Loading