Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.3 β†’ v0.4.4](astral-sh/ruff-pre-commit@v0.4.3...v0.4.4)
- [github.com/abravalheri/validate-pyproject: v0.16 β†’ v0.17](abravalheri/validate-pyproject@v0.16...v0.17)
- [github.com/python-jsonschema/check-jsonschema: 0.28.2 β†’ 0.28.3](python-jsonschema/check-jsonschema@0.28.2...0.28.3)
  • Loading branch information
pre-commit-ci[bot] authored May 13, 2024
1 parent c2221ab commit 73e412a
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 @@ -40,7 +40,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.4.3'
rev: 'v0.4.4'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -78,15 +78,15 @@ repos:
# hooks:
# - id: rst-linter
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.16
rev: v0.17
hooks:
- id: validate-pyproject
- repo: https://github.com/kieran-ryan/pyprojectsort
rev: v0.3.0
hooks:
- id: pyprojectsort
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.28.2"
rev: "0.28.3"
hooks:
- id: check-github-workflows
- id: check-github-actions
Expand Down

0 comments on commit 73e412a

Please sign in to comment.