chore: pre-commit autoupdate

This commit is contained in:
Éloi Rivard 2024-04-08 10:33:43 +02:00
parent eae9c0613b
commit 32ad543a6b
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -1,13 +1,13 @@
---
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.3'
rev: 'v0.3.5'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace
@ -26,7 +26,7 @@ repos:
hooks:
- id: docformatter
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py38-plus"]