summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-isort_8.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-isort: Upgrade 7.0.0 -> 8.0.0Leon Anavi2026-02-241-0/+24
Upgrade to release 8.0.0: - Update CHANGELOG for version 8.0.0 - Fix edge case of __future__ import - Fix the Plone profile to be compatible with black - Remove the setuptools plugin - Turn some warnings into errors in test suite - chore: replace black with ruff in clean.sh - feat!: remove old finders flag and legacy finder logic - Fix whitespace insensitive check triggering on tabs - Fix line separator detection not considering form feed as white space Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>