A Python utility / library to sort Python imports
https://pycqa.github.io/isort/
isort your python imports for you so you don’t have to.
isort is a Python utility / library to sort imports alphabetically, and
automatically separated into sections and by type. It provides a command line
utility, Python library and plugins for various editors to quickly sort all your
imports. It requires Python 3.6+ to run but supports formatting Python 2 code
too.
- Devel package for openSUSE:Factory
-
7
derived packages
- Links to openSUSE:Factory / python-isort
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-isort && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000051 51 Bytes | |
isort-5.13.2-gh.tar.gz | 0000755256 738 KB | |
python-isort.changes | 0000045763 44.7 KB | |
python-isort.spec | 0000006116 5.97 KB | |
support-pytest-8.patch | 0000001784 1.74 KB |
Revision 111 (latest revision is 120)
Dirk Mueller (dirkmueller)
committed
(revision 111)
- update to 5.13.2: * Apply the bracket fix from issue #471 only for use_parentheses=True * Confine pre-commit to stages * Fixed colors extras * Fixed integration tests * Fixed normalizing imports from more than one level of parent modules * Remove optional dependencies without extras * Cleanup deprecated extras * Fixed #1989: settings lookup when working in stream based mode * Fixed 80 line length for wemake linter * Add support for Python 3.12 * Fixed assertions in test_git_hook * Removed check for include_trailing_comma for the Hanging Indent wrap mode * Use the standard library tomllib on sufficiently new python * Fixed safety sept 2023 * chore: move configurations to pyproject.toml (#2115) * Fixed typo in README * Update version in pre-commit setup to avoid installation issue with poetry * Skip .pytype directory by default. * Fixed a tip block styling in the Config Files section (#2097) * Fixed #1556: Empty line added between imports that should be * Improved packaging of test files alongside source distribution * Fixed #1548: On rare occasions an unecessary empty line can be * Fixed #1542: Bug in VERTICAL_PREFIX_FROM_MODULE_IMPORT wrap * Goal Zero: (Tickets related to aspirational goal of achieving 0
Comments 0