Skip to content

Commit

Permalink
feat: update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeo committed Dec 29, 2023
1 parent 07ebe44 commit 9e13da4
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 153 deletions.
9 changes: 3 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.291"
rev: "v0.1.9"
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
- id: black
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: 3.9.1
rev: v3.13.0
hooks:
- id: commitizen
stages: [commit-msg]
Loading

0 comments on commit 9e13da4

Please sign in to comment.