-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
needs-infoMore information is needed from the issue authorMore information is needed from the issue author
Description
The rule FURB118 detects "false positives" on classes methods.
Keywords: "FURB118", "method"
@staticmethod
def get_postal_code(area_code: str) -> str:
return area_code[:5]
Ruff v0.4.0 used with pre-commit hook:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.0
hooks:
- id: ruff
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-infoMore information is needed from the issue authorMore information is needed from the issue author