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

Fixed 'missing_whitespace_around_operator' rename. #694

Closed keriksson-rosenqvist closed 11 months ago

keriksson-rosenqvist commented 11 months ago

doctest failed with AttributeError: module 'pycodestyle' has no attribute 'missing_whitespace_around_operator' due to a rename of the function in pycodestyle. Updated autopep8.py to use the correct function name.