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

Python 2 drops should be versioned as a major release #655

Closed ca-simone-chiorazzo closed 1 year ago

ca-simone-chiorazzo commented 1 year ago

Hi everybody,

the drops of python2 should have been marked as a major release for this library.

Since it was released as a minor release, it breaks our app that was installing the latest python 2 version.

Python Code


YOUR CODE

Command Line and Configuration

.pep8, setup.cfg, ...

[pep8]

Command Line

$ autopep8 

Your Environment

hhatto commented 1 year ago

version 1.7.1 yanked.

version 2.0.0 has been released.