Bump bandit, flake8 and isort.

This commit is contained in:
Andrey Rakhmatullin 2024-02-27 19:50:54 +05:00
parent 282767f23b
commit 6e5918345b
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
repos:
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.7
hooks:
- id: bandit
args: [-r, -c, .bandit.yml]
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.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.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/adamchainz/blacken-docs