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.58k stars 291 forks source link

Show more options in example config #593

Closed howeaj closed 3 years ago

howeaj commented 3 years ago

This doesn't appear to be documented anywhere I can find online.

I'd also note that you can only specify aggressive level 1 in this manner; aggressive = 2 does not work.

codecov-io commented 3 years ago

Codecov Report

Merging #593 (de0b4b3) into master (da73f1c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #593   +/-   ##
=======================================
  Coverage   97.82%   97.82%           
=======================================
  Files           1        1           
  Lines        2346     2346           
=======================================
  Hits         2295     2295           
  Misses         51       51           

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 da73f1c...de0b4b3. Read the comment docs.