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

add handling for E204 whitespace after decorator #752

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Conversation

asottile
Copy link
Contributor

this is to handle the future error code E204 which is implemented here: PyCQA/pycodestyle#1247

fortunately this was very easy to add support for here!

Copy link

codecov bot commented Jun 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.71%. Comparing base (a109296) to head (13fe322).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #752   +/-   ##
=======================================
  Coverage   97.71%   97.71%           
=======================================
  Files           1        1           
  Lines        2451     2452    +1     
=======================================
+ Hits         2395     2396    +1     
  Misses         56       56           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@asottile asottile changed the title add handling for future E204 whitespace after decorator add handling for E204 whitespace after decorator Jun 15, 2024
@asottile asottile marked this pull request as ready for review June 15, 2024 21:38
@asottile
Copy link
Contributor Author

this is ready for review -- pycodestyle 2.12.0 and flake8 7.1.0 have been released

Copy link
Owner

@hhatto hhatto left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks!

@hhatto hhatto merged commit 6a73e27 into hhatto:main Jun 16, 2024
10 checks passed
@asottile asottile deleted the e204 branch August 28, 2024 23:35
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