Skip to content
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

Autofix for tab rules in E pycodestyle (preview) #8120

Closed
5 tasks done
Skylion007 opened this issue Oct 22, 2023 · 0 comments
Closed
5 tasks done

Autofix for tab rules in E pycodestyle (preview) #8120

Skylion007 opened this issue Oct 22, 2023 · 0 comments
Labels
fixes Related to suggested fixes for violations

Comments

@Skylion007
Copy link
Contributor

Skylion007 commented Oct 22, 2023

  • E223
  • E224
  • E242
  • E273
  • E274

Are very similar and easy autofixes that include removing a tab and replacing them with a space. They also rather annoying to fix by hand and would be a very easy autofix to write. This would be a good first issue.

@Skylion007 Skylion007 changed the title Autofix for tab rules in E prefix Autofix for tab rules in E prefix (preview) Oct 22, 2023
@Skylion007 Skylion007 changed the title Autofix for tab rules in E prefix (preview) Autofix for tab rules in E pycodestyle (preview) Oct 22, 2023
@dhruvmanila dhruvmanila added the fixes Related to suggested fixes for violations label Oct 23, 2023
charliermarsh pushed a commit that referenced this issue Oct 23, 2023
## Summary

Introduce auto fix for `E223`, `E224`, `E242`. This partially address
#8120.

## Test Plan

Already covered.
charliermarsh pushed a commit that referenced this issue Oct 23, 2023
## Summary

Introduce auto fix for `E273` and `E274`. This partially address #8120.

## Test Plan

Already covered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixes Related to suggested fixes for violations
Projects
None yet
Development

No branches or pull requests

3 participants