Auto-update pre-commit hooks (#1070)

* Auto-update pre-commit hooks

* Update pre-commit-autoupdate.yml

Co-authored-by: sobolevn <sobolevn@users.noreply.github.com>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
github-actions[bot]
2022-07-22 10:07:15 +03:00
committed by GitHub
parent 89d0a10939
commit 62c09c064c
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ repos:
- id: check-merge-conflict
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.2
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@@ -28,7 +28,7 @@ repos:
types: [pyi]
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8