-
-
Notifications
You must be signed in to change notification settings - Fork 74
Chore: ruff rule: ANN001 - a sub-issue task of #631 #638: missing-type-function-argument #708
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, this pull request is well prepared and the implementation looks solid.
Please review and address the comments I have provided. Once those points are resolved, I believe this will be ready to proceed.
| @@ -0,0 +1,24 @@ | |||
| """Small examples for AirForm and AirField usage. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should not be included in this PR!
| @@ -0,0 +1,43 @@ | |||
| import pytest | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should not be included in this PR!
Removed the line in
pyproject.tomlthat disables rule "ANN001" (missing-type-function-argument) and reformatted the code. Ranjust formatandjust lintto fix remaining violations.#638
Issue(s)
Pull request type
Please check the type of change your PR introduces:
Pull request tasks
The following have been completed for this task:
ANN001frompyproject.tomljust format,just format-concise, orjust format-groupedjust lint,just lint-concise, orjust lint-groupedto verify no violations remainexamplesfolderChecklist
just testandjust qa, ensuring my code changes passes all existing testsDemo or screenshot
Other information