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

fix e133 with case of no indentation #618

Closed hhatto closed 2 years ago

hhatto commented 2 years ago

Fixes #612

codecov-commenter commented 2 years ago

Codecov Report

Merging #618 (35aa6d8) into master (bed5b56) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #618   +/-   ##
=======================================
  Coverage   97.82%   97.82%           
=======================================
  Files           1        1           
  Lines        2392     2396    +4     
=======================================
+ Hits         2340     2344    +4     
  Misses         52       52           
Impacted Files Coverage Δ
autopep8.py 97.82% <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 bed5b56...35aa6d8. Read the comment docs.