update pre-commit hooks

This commit is contained in:
David Lord 2024-04-06 16:14:49 -07:00
parent d5e321b792
commit 0a8735404d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
7 changed files with 13 additions and 20 deletions

View file

@ -2,12 +2,12 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.13
rev: v0.3.5
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: debug-statements