mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
[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:
parent
a867bb44ee
commit
b5a2e6dfdb
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user