Skip to content

Commit 8961c2a

Browse files
Remove Pydocstringformatter ignore (#1899)
* Support Python 3.14 * Remove ignore for pydocstringformatter
1 parent e119d22 commit 8961c2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ repos:
133133
entry: uv run --extra=dev pydocstringformatter
134134
language: python
135135
types_or: [python]
136-
# We exclude this file to avoid https://github.com/PyCQA/docformatter/issues/291.
137-
exclude: src/vws_cli/commands.py
138136
additional_dependencies: [uv==0.9.5]
139137
stages: [pre-commit]
140138

0 commit comments

Comments
 (0)