Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.5...v0.4.10)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.05.24 → 2024.06.24](henryiii/validate-pyproject-schema-store@2024.05.24...2024.06.24)
- [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](python-jsonschema/check-jsonschema@0.28.4...0.28.6)
  • Loading branch information
pre-commit-ci[bot] committed Jun 24, 2024
1 parent 720f058 commit 24ef13a
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 @@ -21,7 +21,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.4.10
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -30,12 +30,12 @@ repos:
exclude: "$sphinxcontrib/moderncmakedomain/(cmake|colors).py$"

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.05.24
rev: 2024.06.24
hooks:
- id: validate-pyproject

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

0 comments on commit 24ef13a

Please sign in to comment.