chore: pre-commit autoupdate

This commit is contained in:
Éloi Rivard 2024-11-23 12:11:16 +01:00
parent 5f510b8207
commit 8d934d47aa
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.7.4'
rev: 'v0.8.0'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@ -29,5 +29,5 @@ repos:
- id: codespell
additional_dependencies:
- tomli
exclude: ".*\\.min\\..*|translations|\\.css$|^tests|fomanticui"
exclude: ".*\\.min\\..*|translations|\\.css$|^tests|fomanticui|doc/locales"
args: [--write-changes]