Skip to content

Conversation

@twizmwazin
Copy link
Member

Justifications for each of these:

  • abstract-method: This applies when an abstract method is not overridden in a child class but that class is not marked as being abstract itself. This seems like something we would want?
  • len-as-condition: The argument is basically if you are only doing len(thing) as a condition, you should just use thing directly. Seems valid to me.
  • no-else-return: Already covered by ruff
  • protected-access: This one will probably show up a lot but this is something I believe we should actively be looking to correct when possible.
  • unidiomatic-typecheck: Covered by ruff already in some repos, seems like a good rule.
  • consider-using-f-strong: Covered by ruff already

@twizmwazin twizmwazin requested review from ltfish and rhelmot October 14, 2024 20:07
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