Skip to content

Commit 4b7583e

Browse files
committed
revert docformatter version
1 parent cfd1c62 commit 4b7583e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ repos:
5959
- "prettier@^3.2.4"
6060
# docformatter - PEP 257 compliant docstring formatter
6161
- repo: https://github.com/PyCQA/docformatter
62-
rev: v1.7.8
62+
rev: v1.7.7
6363
hooks:
6464
- id: docformatter
6565
additional_dependencies: [tomli]
6666
args: [--in-place, --config, ./pyproject.toml]
67+
language_version: python3.13

news/dependency-update.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Added:**
22

3-
* No news needed: updating docformatter, isort and black. Not user facing.
3+
* No news needed: updating isort and black. Not user facing.
44

55
**Changed:**
66

0 commit comments

Comments
 (0)