peter-evans / autopep8

A GitHub action for autopep8, a tool that automatically formats Python code to conform to the PEP 8 style guide.
MIT License
84 stars 15 forks source link

Update autopep8 to 1.5.4 #52

Closed ofir123 closed 3 years ago

ofir123 commented 3 years ago

Python 3.8 isn't supported in autopep8 1.5.1 out of the box, because it uses an older version of pycodestyle. See hhatto/autopep8#507.

peter-evans commented 3 years ago

Thanks!