You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
There seems to be an issue that packages without any normal release are added to the list. This is the case with flake8-bbs (BBS). The package had only few first alpha versions published to PyPI before I removed them together with the entire package (it got replaced by flake8-bas).
I know that for example pip would install a pre-release version even if --pre flag is not used if there is no other version but a pre-release one, but I don't think that's a good behaviour worth copying.
There seems to be an issue that packages without any normal release are added to the list. This is the case with flake8-bbs (
BBS). The package had only few first alpha versions published to PyPI before I removed them together with the entire package (it got replaced by flake8-bas).I know that for example pip would install a pre-release version even if
--preflag is not used if there is no other version but a pre-release one, but I don't think that's a good behaviour worth copying.