Skip to content

Commit b6acee0

Browse files
pre-commit-ci[bot]BobDotComLulalaby
authored
chore(pre-commit): pre-commit autoupdate (#1833)
* chore(pre-commit): pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/DanielNoord/pydocstringformatter: 93b15ca → v0.7.3](DanielNoord/pydocstringformatter@93b15ca...v0.7.3) * Update .pre-commit-config.yaml Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: BobDotCom <[email protected]> Co-authored-by: Lala Sabathil <[email protected]>
1 parent c7e60d4 commit b6acee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: pyupgrade
2424
args: [--py38-plus]
2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.10.1
26+
rev: 5.11.4
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/psf/black
@@ -82,7 +82,7 @@ repos:
8282
- id: prettier
8383
args: [--prose-wrap=always, --print-width=88]
8484
- repo: https://github.com/DanielNoord/pydocstringformatter
85-
rev: 93b15ca # TODO: Change this when v8.0 is released
85+
rev: v0.7.3
8686
hooks:
8787
- id: pydocstringformatter
8888
args:

0 commit comments

Comments
 (0)