Skip to content

Commit 2efdd83

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com./PYCQA/docformatter: v1.5.0 → v1.5.1](PyCQA/docformatter@v1.5.0...v1.5.1) - [github.com./PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent c22187b commit 2efdd83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: setup-cfg-fmt
3434
- repo: https://github.com./PYCQA/docformatter
35-
rev: v1.5.0
35+
rev: v1.5.1
3636
hooks:
3737
- id: docformatter
3838
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: black
4343
- repo: https://github.com./PyCQA/flake8
44-
rev: 5.0.4
44+
rev: 6.0.0
4545
hooks:
4646
- id: flake8
4747
types: [python]

0 commit comments

Comments
 (0)