PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.49k stars 580 forks source link

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

Open soxofaan opened 1 year ago

soxofaan commented 1 year ago

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

oleksandrzelentsov commented 1 year ago

have the same issue.

drummerjolev commented 1 year ago

Same issue here. Using:

rev: 5.11.5

Worked 🥳