Skip to content

Conversation

Gabefire
Copy link
Collaborator

Description

  • Added in Flake rule that does not allow unused imports
  • Removed all unused imports
  • Ignore other rules will add those in a separate PR

@Gabefire Gabefire requested a review from a team as a code owner October 17, 2024 01:15

[tool.ruff.lint]
ignore = ["F", "E722"]
ignore = ["F841", "E722", "F811", "F402", "F601", "F403", "F821", "F541"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will add the rest of F rules in the next PR and then we will be down to the defaults for Ruff besides bare exception statement

@Gabefire Gabefire merged commit 45527aa into develop Oct 28, 2024
20 of 22 checks passed
@Gabefire Gabefire deleted the gu/remove_unused_imports branch October 28, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants