summaryrefslogtreecommitdiff
path: root/isort/wrap.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into trailing_commaTimothy Edmund Crosley2022-05-111-1/+1
|\
| * split long cython import linesdcollins2022-05-111-1/+1
* | Add magic trailing comma optionLéni Gauffier~2022-03-131-5/+12
|/
* Fix mergeable if statement found by deep sourceTimothy Crosley2021-04-171-3/+2
* Fix comma behaviorTimothy Crosley2020-12-251-2/+11
* FormattingTimothy Crosley2020-09-041-3/+11
* FixedTimothy Crosley2020-07-081-1/+3
* Make sure outer scope variables aren't redefinedfeature/dont-redefine-from-outer-scopeTimothy Crosley2020-05-161-25/+27
* Achieve 100% test coverage for wrap.pyTimothy Crosley2020-04-181-2/+2
* #1081 :art: unimport appliedhakancelik2020-01-061-1/+1
* Fix all discovered mypy errorsTimothy Crosley2019-11-081-6/+4
* Initially working CLITimothy Crosley2019-11-061-2/+2
* Fix custom wrap mode per import statement supportTimothy Crosley2019-11-051-1/+1
* Test case fixesTimothy Crosley2019-11-051-2/+3
* Update wrap.py module to use config object, defaulting to DEFAULT_CONFIG. Maj...Timothy Crosley2019-11-051-24/+25
* Fix stdlib inclusionsTimothy Crosley2019-10-291-1/+0
* Start work on moving configuration objects to use dataclassesTimothy Crosley2019-10-291-0/+1
* Switch from .format to f-string; switch from print to warnings where applicableTimothy Crosley2019-10-271-21/+15
* Add wrap module for line and statement actionsTimothy Crosley2019-10-261-0/+125