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 590a61b commit 6a9c7f0Copy full SHA for 6a9c7f0
.pre-commit-config.yaml
@@ -87,7 +87,7 @@ repos:
87
88
- id: docformatter
89
name: docformatter
90
- entry: uv run --extra=dev -m docformatter
+ entry: uv run --extra=dev -m docformatter --in-place
91
language: python
92
types_or: [python]
93
additional_dependencies: ["uv"]
pyproject.toml
@@ -265,6 +265,8 @@ make-summary-multi-line = true
265
[tool.check-manifest]
266
267
ignore = [
268
+ ".checkmake-config.ini",
269
+ ".yamlfmt",
270
"*.enc",
271
".pre-commit-config.yaml",
272
"readthedocs.yaml",
0 commit comments