Hello, I seems like flake8 3.5.0 was released today and I was wondering where can I find some release notes about what is new. Since I don't have the version pinned when creating the virtualenv, today some of my CIs broke due to a new (already fixed, but took me some time) error "E722 (bare except)". Is https://gitlab.com/pycqa/flake8/milestones/20 the only place where I can find such information? Cheers, -- Sergio Ahumada sahumada@texla.cl
I do my best to collate the release notes in our documentation: http://flake8.pycqa.org/en/latest/release-notes/3.5.0.html Are these notes not sufficiently discoverable from the front page of the documentation (http://flake8.pycqa.org/en/latest/index.html)? Sent from my phone with my typo-happy thumbs. Please excuse my brevity On Oct 23, 2017 12:46, "Sergio Ahumada" <sahumada@texla.cl> wrote:
Hello,
I seems like flake8 3.5.0 was released today and I was wondering where can I find some release notes about what is new.
Since I don't have the version pinned when creating the virtualenv, today some of my CIs broke due to a new (already fixed, but took me some time) error "E722 (bare except)".
Is https://gitlab.com/pycqa/flake8/milestones/20 the only place where I can find such information?
Cheers, -- Sergio Ahumada sahumada@texla.cl
_______________________________________________ code-quality mailing list code-quality@python.org https://mail.python.org/mailman/listinfo/code-quality
On 23.10.2017 20:19, Ian Stapleton Cordasco wrote:
I do my best to collate the release notes in our documentation: http://flake8.pycqa.org/en/latest/release-notes/3.5.0.html
Are these notes not sufficiently discoverable from the front page of the documentation (http://flake8.pycqa.org/en/latest/index.html)?
Hi, This is exactly what I was looking for, but I didn't get to that page by a simple search in google. I just found https://pypi.python.org/pypi/pytest-flake8 I'll bookmark both now. Thanks! Cheers, -- Sergio Ahumada sahumada@texla.cl
participants (2)
-
Ian Stapleton Cordasco
-
Sergio Ahumada