Merge pull request #150 from jepler/pre-commit-ci-update-config

This commit is contained in:
Jeff Epler 2025-08-26 09:06:53 -05:00 committed by GitHub
commit 14c182717c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
@ -21,7 +21,7 @@ repos:
- id: reuse
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.12.4
rev: v0.12.10
hooks:
# Run the linter.
- id: ruff