isort icon indicating copy to clipboard operation
isort copied to clipboard

Broken "Using isort with pre-commit" instructions on https://pycqa.github.io/isort/index.html

Open soxofaan opened this issue 2 years ago • 2 comments

At the moment, the docs at https://pycqa.github.io/isort/docs/configuration/pre-commit.html instruct to use this version of isort:

rev: 5.11.2

This version however does not build anymore (see #2077)

0efb786f8194ebba0959f0c454c5d1972cf8c08a bumped the version in the documentation source (to 5.11.5) but that change is not (yet?) visible in the html docs https://pycqa.github.io/isort/docs/configuration/pre-commit.html

soxofaan avatar Mar 17 '23 20:03 soxofaan

have the same issue.

oleksandrzelentsov avatar Mar 25 '23 09:03 oleksandrzelentsov

Same issue here. Using:

rev: 5.11.5

Worked 🥳

drummerjolev avatar Oct 02 '23 10:10 drummerjolev