Skip to content

[pydocstyle] Add setting to ignore missing documentation for *args and **kwargs parameters (D417)#15210

Merged
MichaReiser merged 5 commits intoastral-sh:mainfrom
InSyncWithFoo:D417
Dec 31, 2024
Merged

[pydocstyle] Add setting to ignore missing documentation for *args and **kwargs parameters (D417)#15210
MichaReiser merged 5 commits intoastral-sh:mainfrom
InSyncWithFoo:D417

Conversation

@InSyncWithFoo
Copy link
Contributor

Summary

Resolves #10112.

Test Plan

cargo nextest run and cargo insta test

@InSyncWithFoo InSyncWithFoo changed the title [pydocstyle] Do not require documentation for *args and **kwargs by default (D417) [pydocstyle] Do not require documentation for *args and **kwargs (D417) Dec 31, 2024
@InSyncWithFoo InSyncWithFoo changed the title [pydocstyle] Do not require documentation for *args and **kwargs (D417) [pydocstyle] Allow configuring whether documentation for *args and **kwargs are required (D417) Dec 31, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Dec 31, 2024

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@MichaReiser MichaReiser added the configuration Related to settings and configuration label Dec 31, 2024
@MichaReiser MichaReiser changed the title [pydocstyle] Allow configuring whether documentation for *args and **kwargs are required (D417) [pydocstyle] Add setting to ignore missing documentation for*args and **kwargs parameters (D417) Dec 31, 2024
@MichaReiser MichaReiser merged commit cfd6093 into astral-sh:main Dec 31, 2024
@InSyncWithFoo InSyncWithFoo changed the title [pydocstyle] Add setting to ignore missing documentation for*args and **kwargs parameters (D417) [pydocstyle] Add setting to ignore missing documentation for *args and **kwargs parameters (D417) Dec 31, 2024
@InSyncWithFoo InSyncWithFoo deleted the D417 branch December 31, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

configuration Related to settings and configuration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[D417] Missing argument descriptions for variadics *args and **kwargs should be optional

2 participants