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

add: verbose log for reading config paths #622

Closed hhatto closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #622 (ef79af0) into master (577774f) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #622   +/-   ##
=======================================
  Coverage   97.82%   97.83%           
=======================================
  Files           1        1           
  Lines        2396     2404    +8     
=======================================
+ Hits         2344     2352    +8     
  Misses         52       52           
Impacted Files Coverage Δ
autopep8.py 97.83% <100.00%> (+<0.01%) :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 577774f...ef79af0. Read the comment docs.