Update pre-commit & run on all files

This commit is contained in:
Simon Alibert
2024-03-25 17:29:35 +01:00
parent 0fae5b206b
commit bcfdba109f
6 changed files with 7 additions and 3 deletions

View File

@@ -14,11 +14,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.4
hooks:
- id: ruff
args: [--fix]