pre-commit autoupdate

This commit is contained in:
Stéphane Bidoul 2024-11-23 18:04:36 +01:00
parent 3a05212422
commit 90a2994dbe

View file

@ -2,14 +2,14 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.9.9
hooks:
- id: ruff
- id: ruff-format