kenkoooo / jupyter-autopep8

PEP8 formatter for Jupyter Notebook
MIT License
66 stars 6 forks source link

Add option to configure aggressiveness of autopep8 #10

Closed EWouters closed 6 years ago

EWouters commented 6 years ago

I edited the code through GitHub in the browser, so beware, untested. I quickly implemented what I proposed in the issue I raised (#9).

If you agree this is an improvement please test and merge.

EWouters commented 6 years ago

Did you test it?

And come to think of it, maybe the default should be 0, as that would result in the same behavior as without the aggressive argument.

kenkoooo commented 6 years ago

Actually, no. We need to prepare tests.