zopefoundation / Products.PluggableAuthService

Pluggable Zope authentication / authorization framework
Other
9 stars 18 forks source link

Update `isort` to version 5 #69

Closed jugmac00 closed 4 years ago

jugmac00 commented 4 years ago

This brings massive changes with it.

Especially, isort 5 now breaks long import statements after the import keyword, which then breaks with flake8s line length option.

To counter this, I configured multi_line_output = 7 - which puts a noqa at the end of too long single import statements.

There are other alternatives https://github.com/timothycrosley/isort#multi-line-output-modes