Package Details: python-reorder-python-imports 3.16.0-1

Git Clone URL: https://aur.archlinux.org/python-reorder-python-imports.git (read-only, click to copy)
Package Base: python-reorder-python-imports
Description: Automatically reorder Python imports.
Upstream URL: https://github.com/asottile/reorder_python_imports
Licenses: MIT
Submitter: andrejr
Maintainer: andrejr
Last Packager: andrejr
Votes: 1
Popularity: 0.38
First Submitted: 2021-11-24 10:37 (UTC)
Last Updated: 2026-02-15 18:51 (UTC)

Latest Comments

andrejr commented on 2026-02-15 18:53 (UTC)

BTW you can use Ruff with

[tool.ruff.lint.isort]
force-single-line = true
combine-as-imports = true

For a similar effect.

ilovemikael commented on 2026-01-25 04:07 (UTC)

Hello, this should be updated to 3.16: https://github.com/asottile/reorder-python-imports/releases/tag/v3.16.0