chore: precommit autoupdate

This commit is contained in:
Éloi Rivard 2023-07-31 17:13:40 +02:00
parent 1b773e24a1
commit 55b462d249
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: check-toml - id: check-toml
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.278' rev: 'v0.0.280'
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]
@ -18,7 +18,7 @@ repos:
- id: reorder-python-imports - id: reorder-python-imports
args: ["--application-directories", "canaille"] args: ["--application-directories", "canaille"]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.9.0 rev: v3.10.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py38-plus"] args: ["--py38-plus"]