Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Aug 19, 2024
1 parent 7d9c24e commit f63bc25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: mixed-line-ending
args: ["-f=lf"]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.4.3"
rev: "v0.6.1"
hooks:
- id: ruff
args: ["--fix", "--preview"]
Expand All @@ -28,16 +28,16 @@ repos:
hooks:
- id: sphinx-lint
args: [--enable=default-role]
- repo: https://github.com/dzhu/rstfmt
rev: v0.0.14
- repo: https://github.com/hfudev/rstfmt
rev: v0.1.4
hooks:
- id: rstfmt
args: ["-w", "-1"]
files: \.rst$

# git commit
- repo: https://github.com/espressif/conventional-precommit-linter
rev: v1.8.0
rev: v1.10.0
hooks:
- id: conventional-precommit-linter
stages: [commit-msg]
Expand Down

0 comments on commit f63bc25

Please sign in to comment.