Skip to content

Commit

Permalink
Merge pull request #71 from jet-net/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore: update pre-commit hooks
  • Loading branch information
rkansal47 authored Apr 1, 2024
2 parents 82ef2d2 + 4f53a34 commit 0ac292b
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 @@ -7,7 +7,7 @@ exclude: ".*key"

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.3.0
hooks:
- id: black-jupyter
language_version: python3
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
args: [--prose-wrap=preserve]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.0"
rev: "v0.3.5"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -71,7 +71,7 @@ repos:
types_or: [python, rst, markdown]

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.6"
rev: "v0.10.0.1"
hooks:
- id: shellcheck

Expand All @@ -81,7 +81,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.4
rev: 0.28.1
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down

0 comments on commit 0ac292b

Please sign in to comment.