Skip to content

Commit

Permalink
Update pre-commit (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Apr 19, 2024
1 parent f3040a3 commit 95b4074
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 @@ -5,7 +5,7 @@ exclude: (\.min\.js$|\.svg$|\.html$)
default_stages: [commit]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -20,7 +20,7 @@ repos:
- id: check-json
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.4.0
hooks:
- id: ruff
files: holonote/
Expand All @@ -38,6 +38,6 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.6"
rev: "v0.10.0.1"
hooks:
- id: shellcheck

0 comments on commit 95b4074

Please sign in to comment.