updated pre-commit

This commit is contained in:
Éloi Rivard 2022-01-23 19:35:18 +01:00
parent 405a324655
commit dee1102497

View file

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-byte-order-marker
- id: trailing-whitespace
@ -12,7 +12,7 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "canaille"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]