Auto-update pre-commit hooks (#1186)

Co-authored-by: sobolevn <sobolevn@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-10-07 09:36:53 +03:00
committed by GitHub
parent 41deee4ec6
commit 1cc6ec39a6

View File

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