Skip to content

Commit

Permalink
Auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 6, 2024
1 parent 0529bbe commit c54f3c5
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 @@ -3,7 +3,7 @@
# To update dependencies here, run 'pre-commit autoupdate'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: check-json
Expand All @@ -15,7 +15,7 @@ repos:
- id: destroyed-symlinks

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.9
hooks:
- id: ruff
args: [ --fix ]
Expand All @@ -28,7 +28,7 @@ repos:

# https://pypi.org/project/validate-pyproject/
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.19
rev: v0.20.2
hooks:
- id: validate-pyproject
# Optional extra validations from SchemaStore:
Expand Down

0 comments on commit c54f3c5

Please sign in to comment.