hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.56k stars 290 forks source link

change: not convert raw string for w605 fixed method #580

Closed hhatto closed 3 years ago

hhatto commented 3 years ago

Fixes #571 #448

codecov-io commented 3 years ago

Codecov Report

Merging #580 (91de31e) into master (55887dc) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #580      +/-   ##
==========================================
+ Coverage   97.71%   97.81%   +0.10%     
==========================================
  Files           1        1              
  Lines        2362     2337      -25     
==========================================
- Hits         2308     2286      -22     
+ Misses         54       51       -3     
Impacted Files Coverage Δ
autopep8.py 97.81% <100.00%> (+0.10%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 55887dc...91de31e. Read the comment docs.