Skip to content

Commit

Permalink
Devops: Update pre-commit dependencies
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.28.2 → 0.28.6](python-jsonschema/check-jsonschema@0.28.2...0.28.6)
- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.1...v0.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent 9c26ce7 commit d066301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
exclude: *exclude_pre_commit_hooks

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.6
hooks:
- id: check-github-workflows

Expand All @@ -37,7 +37,7 @@ repos:
args: [--line-length=120, --fail-on-change]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.5.0
hooks:
- id: ruff-format
exclude: &exclude_ruff >
Expand Down

0 comments on commit d066301

Please sign in to comment.