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 support for flake8 v6 #608

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Add support for flake8 v6 #608

merged 1 commit into from
Jan 19, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Jan 17, 2024

It seems that flake8 v6 started checking indentation of multi-line string literals, but it doesn't seem to work correctly for f-strings.

Originally pinned in #537.

It seems that flake8 v6 started checking indentation of multi-line
string literals, but it doesn't seem to work correctly for f-strings.
@cottsay cottsay added the enhancement New feature or request label Jan 17, 2024
@cottsay cottsay self-assigned this Jan 17, 2024
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (500dec0) 83.30% compared to head (3fbffb6) 83.30%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #608   +/-   ##
=======================================
  Coverage   83.30%   83.30%           
=======================================
  Files          65       65           
  Lines        3762     3762           
  Branches      727      727           
=======================================
  Hits         3134     3134           
  Misses        552      552           
  Partials       76       76           

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

@cottsay cottsay merged commit 4f13c44 into master Jan 19, 2024
35 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cottsay/flake8v6 branch January 19, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants