Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Dec 31, 2024

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
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
21 checks passed
@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