Skip to content

Commit 6a9c7f0

Browse files
committed
Run docformatter in place
1 parent 590a61b commit 6a9c7f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ repos:
8787

8888
- id: docformatter
8989
name: docformatter
90-
entry: uv run --extra=dev -m docformatter
90+
entry: uv run --extra=dev -m docformatter --in-place
9191
language: python
9292
types_or: [python]
9393
additional_dependencies: ["uv"]

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ make-summary-multi-line = true
265265
[tool.check-manifest]
266266

267267
ignore = [
268+
".checkmake-config.ini",
269+
".yamlfmt",
268270
"*.enc",
269271
".pre-commit-config.yaml",
270272
"readthedocs.yaml",

0 commit comments

Comments
 (0)