We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e60d4 commit b6acee0Copy full SHA for b6acee0
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: pyupgrade
24
args: [--py38-plus]
25
- repo: https://github.com/PyCQA/isort
26
- rev: 5.10.1
+ rev: 5.11.4
27
hooks:
28
- id: isort
29
- repo: https://github.com/psf/black
@@ -82,7 +82,7 @@ repos:
82
- id: prettier
83
args: [--prose-wrap=always, --print-width=88]
84
- repo: https://github.com/DanielNoord/pydocstringformatter
85
- rev: 93b15ca # TODO: Change this when v8.0 is released
+ rev: v0.7.3
86
87
- id: pydocstringformatter
88
args:
0 commit comments