pre-commit: update isort, Black, and flake8

No changes required. mypy is still pinned for the sake of Python 3.6.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
Omar Sandoval 2022-12-13 15:38:15 -08:00
parent be96cf6e7f
commit 08adab777e

View File

@ -1,17 +1,17 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.2
hooks:
- id: isort
name: isort (python)
exclude: ^contrib/
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
- id: black
exclude: ^contrib/
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
exclude: ^contrib/