Be careful when run `autopep8 --in-place --aggressive --aggressive --aggressive files"
as https://github.com/hhatto/autopep8 mentioned, one " --aggressive" enable non-whitespace changes; multiple -a result"--aggressive" result in more aggressive changes
https://github.com/ipa320/araig_test_stack/pull/57 and #58 7b40c1a created logic issue
Be careful when run `autopep8 --in-place --aggressive --aggressive --aggressive files" as https://github.com/hhatto/autopep8 mentioned, one " --aggressive" enable non-whitespace changes; multiple -a result"--aggressive" result in more aggressive changes