[pre-commit.ci] pre-commit autoupdate (#1846)

This commit is contained in:
pre-commit-ci[bot]
2022-12-13 09:07:36 +04:00
committed by GitHub
parent 08d6f22870
commit 820704c49a

View File

@@ -14,21 +14,21 @@
repos:
# Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py39-plus]
# Automatically sort python imports
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.1
hooks:
- id: isort
args: [--profile, black]
# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
args: [--target-version=py39]