Skip to content

E274: allow tab indentation before keyword#9099

Merged
charliermarsh merged 1 commit intoastral-sh:mainfrom
sciyoshi:e274-ignore-indentation
Dec 11, 2023
Merged

E274: allow tab indentation before keyword#9099
charliermarsh merged 1 commit intoastral-sh:mainfrom
sciyoshi:e274-ignore-indentation

Conversation

@sciyoshi
Copy link
Copy Markdown
Contributor

Summary

E274 currently flags any keyword at the start of a line indented with tabs. This turns out to be due to a bug in Whitespace::trailing that never considers any whitespace containing a tab as indentation.

Test Plan

Added a simple test case.

@charliermarsh charliermarsh added the bug Something isn't working label Dec 11, 2023
@charliermarsh
Copy link
Copy Markdown
Member

Thanks!

@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.

@charliermarsh charliermarsh merged commit 1026ece into astral-sh:main Dec 11, 2023
@sciyoshi sciyoshi deleted the e274-ignore-indentation branch December 12, 2023 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants