Bump isort and flake8 versions.

This commit is contained in:
Andrey Rakhmatullin 2023-06-18 18:38:56 +04:00
parent 2122278d4b
commit 1b2c9a3e0a
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ repos:
- id: bandit
args: [-r, -c, .bandit.yml]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4 # 6.0.0 drops Python 3.7 support
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/psf/black.git
@ -13,7 +13,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.11.5 # 5.12 drops Python 3.7 support
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/adamchainz/blacken-docs