colcon / colcon-core

Command line tool to build sets of software packages
http://colcon.readthedocs.io
Apache License 2.0
103 stars 46 forks source link

Add support for flake8 v6 #608

Closed cottsay closed 8 months ago

cottsay commented 8 months ago

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.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.