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 python: python3
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 rev: v5.0.0
hooks: hooks:
- id: check-toml - id: check-toml
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0 rev: v0.9.9
hooks: hooks:
- id: ruff - id: ruff
- id: ruff-format - id: ruff-format