Updated pre-commit

This commit is contained in:
Éloi Rivard 2023-05-19 15:59:35 +02:00
parent b9931da33d
commit 9393f0b98e

View file

@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: check-toml
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.2
rev: v2.1.1
hooks:
- id: autoflake
- repo: https://github.com/hadialqattan/pycln
@ -22,7 +22,7 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "canaille"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]