Skip to content

Commit b5a2e6d

Browse files
[pre-commit.ci] pre-commit autoupdate (#6498)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/doc8: 0.11.2 → v1.0.0](PyCQA/doc8@0.11.2...v1.0.0) - [github.com/pycqa/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@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 <[email protected]>
1 parent a867bb4 commit b5a2e6d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,19 @@ repos:
3434
args: [--profile=black]
3535

3636
- repo: https://github.com/PyCQA/doc8
37-
rev: 0.11.2
37+
rev: v1.0.0
3838
hooks:
3939
- id: doc8
4040
args: [--max-line-length=200]
4141
stages: [manual]
4242

4343
- repo: https://github.com/pycqa/flake8
44-
rev: 4.0.1
44+
rev: 5.0.2
4545
hooks:
4646
- id: flake8
4747
additional_dependencies:
4848
[
49-
"flake8-bugbear==20.1.4",
50-
"flake8-logging-format==0.6.0",
49+
"flake8-bugbear==22.6.22",
5150
"flake8-implicit-str-concat==0.2.0",
5251
]
5352
stages: [manual]

0 commit comments

Comments
 (0)