Update versions of checks being used by pre-commit
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I778aacac10d49b32ab285d6f9b011c516315ff40
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.1.0
+ rev: v3.4.0
hooks:
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: trailing-whitespace
- repo: https://github.com/jorisroovers/gitlint
- rev: v0.13.1
+ rev: v0.15.1
hooks:
- id: gitlint
- repo: https://github.com/ambv/black
- rev: 20.8b1
+ rev: 21.5b0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.8.3
+ rev: 3.9.1
hooks:
- id: flake8
args: ["--max-line-length=88"]
- repo: https://github.com/pycqa/bandit
- rev: 1.6.2
+ rev: 1.7.0
hooks:
- id: bandit
# Bandit does not need to run on test code
exclude: tests/*
- repo: https://github.com/pycqa/pydocstyle
- rev: 5.0.2
+ rev: 6.0.0
hooks:
- id: pydocstyle