[pre-commit.ci] pre-commit autoupdate (#6498)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/doc8: 0.11.2 → v1.0.0](https://github.com/PyCQA/doc8/compare/0.11.2...v1.0.0)
- [github.com/pycqa/flake8: 4.0.1 → 5.0.2](https://github.com/pycqa/flake8/compare/4.0.1...5.0.2)

* Update .pre-commit-config.yaml

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
This commit is contained in:
pre-commit-ci[bot] 2022-08-04 08:03:30 +02:00 committed by GitHub
parent a867bb44ee
commit b5a2e6dfdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,20 +34,19 @@ repos:
args: [--profile=black]
- repo: https://github.com/PyCQA/doc8
rev: 0.11.2
rev: v1.0.0
hooks:
- id: doc8
args: [--max-line-length=200]
stages: [manual]
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8
additional_dependencies:
[
"flake8-bugbear==20.1.4",
"flake8-logging-format==0.6.0",
"flake8-bugbear==22.6.22",
"flake8-implicit-str-concat==0.2.0",
]
stages: [manual]