1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00

pre-commit: update hooks

This commit is contained in:
Johan Andersson 2022-09-24 13:27:05 +02:00
parent 872d6bcb8c
commit 0805112792

View File

@ -10,21 +10,21 @@ repos:
- id: check-added-large-files
- repo: https://github.com/ambv/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.38.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.3.0
rev: v3.8.2
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/add-trailing-comma