question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bump flake8-isort min version to 3.0.1

See original GitHub issue

After the release of isort==5.0.0, flake8-isort stopped working: https://github.com/gforcada/flake8-isort/issues/88.

The flake8-isort==3.0.1 patches this by limiting the isort version to lower than 5 in its dependencies: https://github.com/gforcada/flake8-isort/pull/89. I think, this dist should set flake8-isort >=3.0.1, <4 in the install requirements.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:21 (15 by maintainers)

github_iconTop GitHub Comments

3reactions
sobolevncommented, Jul 10, 2020

I will release 0.15.1 tomorrow. Thanks a lot, @Dreamsorcerer! 👍

2reactions
sobolevncommented, Jul 29, 2020

10 minutes 🕐

Read more comments on GitHub >

github_iconTop Results From Across the Web

flake8-isort - PyPI
Flake8 meet isort. Use isort to check if the imports on your python files are sorted the way you expect. Add an .isort.cfg...
Read more >
pipenv Documentation - Read the Docs
Automatically install required Python version when pyenv is available. • Automatically finds your project home, recursively, by looking for a Pipfile.
Read more >
DepHell Documentation
Commands to manage project: run tests into separated environment, bump version, build packages, validate metadata, make the project importable, ...
Read more >
2020-October.txt - Mailing Lists - OpenStack
... version 0a11b66 Drop Python 3.5 testing 35ddb0d Add py38 package metadata ddc698e Fix hacking min version to 3.0.1 8019247 Update docs building, ......
Read more >
aioshelly Changelog - pyup.io
Fix pre-commit flake8 by thecode in ... Bump flake8 from 5.0.4 to 6.0.0 by dependabot in ... Check min fw version for gen2...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found