chore: pre-commit autoupdate

This commit is contained in:
Éloi Rivard 2024-10-23 09:22:24 +02:00
parent 40136fa394
commit 5dffae8a1e
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.9'
rev: 'v0.7.0'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@ -20,7 +20,7 @@ repos:
hooks:
- id: docformatter
- repo: https://github.com/rtts/djhtml
rev: 3.0.6
rev: 3.0.7
hooks:
- id: djhtml
- repo: https://github.com/codespell-project/codespell