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.56k stars 290 forks source link

Update pycodestyle 2.9.0 #636

Closed heavenshell closed 2 years ago

heavenshell commented 2 years ago

pycodestyle 2.9.0 was released.

The conflict is caused by:
    autopep8 1.6.0 depends on pycodestyle>=2.8.0
    flake8 4.0.1 depends on pycodestyle<2.9.0 and >=2.8.0
    The user requested (constraint) pycodestyle==2.9.0

So I bumped dependency version.

Please check and it would be very pleasure to release new version 🙏 🙏 🙏