Auto-update pre-commit hooks (#1142)

Co-authored-by: sobolevn <sobolevn@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-09-01 11:52:06 +03:00
committed by GitHub
parent f477317059
commit 2df1b6fecd

View File

@@ -26,7 +26,7 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8