pre-commit autoupdate

This commit is contained in:
Simon Alibert 2024-04-16 12:10:26 +02:00
parent 70e8de95f7
commit dee174f678
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ default_language_version:
python: python3.10 python: python3.10
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 rev: v4.6.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: debug-statements - id: debug-statements
@ -18,7 +18,7 @@ repos:
hooks: hooks:
- id: pyupgrade - id: pyupgrade
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4 rev: v0.3.7
hooks: hooks:
- id: ruff - id: ruff
args: [--fix] args: [--fix]