Skip to content

[fastapi] Update FAST002 to check keyword-only arguments#15119

Merged
dhruvmanila merged 1 commit intoastral-sh:mainfrom
harupy:FAST002-keyword-only
Dec 23, 2024
Merged

[fastapi] Update FAST002 to check keyword-only arguments#15119
dhruvmanila merged 1 commit intoastral-sh:mainfrom
harupy:FAST002-keyword-only

Conversation

@harupy
Copy link
Copy Markdown
Contributor

@harupy harupy commented Dec 23, 2024

Summary

Close #15117. Update FAST002 to check keyword-only arguments.

Test Plan

New test case

@github-actions
Copy link
Copy Markdown
Contributor

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@MichaReiser MichaReiser added rule Implementing or modifying a lint rule preview Related to preview mode features labels Dec 23, 2024
Copy link
Copy Markdown
Member

@dhruvmanila dhruvmanila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@dhruvmanila dhruvmanila merged commit 8440f3e into astral-sh:main Dec 23, 2024
@harupy harupy deleted the FAST002-keyword-only branch December 23, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

preview Related to preview mode features rule Implementing or modifying a lint rule

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FAST002 only checks positional and keyword parameters

3 participants