summaryrefslogtreecommitdiff
path: root/isort/api.py
Commit message (Expand)AuthorAgeFilesLines
* Merge combinabele if statements as recommended by deepsourceTimothy Crosley2021-03-051-21/+18
* Implemented #1638 / #1644: Provide a flag to ensure same file handle is used...Timothy Crosley2021-03-041-1/+4
* Config path should never be auto determined for import identification CLITimothy Crosley2020-12-301-2/+2
* Add support even faster identification of imports if only interested in top o...Timothy Crosley2020-12-301-2/+7
* Expand quick identification support of just top import section to isort APITimothy Crosley2020-12-301-0/+9
* Add support for multiple ways of identifying an import as uniqueTimothy Crosley2020-12-301-6/+41
* Fix typing errorTimothy Crosley2020-12-291-1/+1
* Allow unique flag across filesTimothy Crosley2020-12-281-2/+5
* Expose path based import finding via APITimothy Crosley2020-12-261-1/+27
* Fix double find typoTimothy Crosley2020-12-201-1/+1
* Rename import finding methods to be more intuitive directly from isort (isort...Timothy Crosley2020-12-201-5/+5
* isort+blackTimothy Crosley2020-12-191-5/+11
* Export imports_in methods to __init__Timothy Crosley2020-12-191-1/+1
* Fix typo with OptionalTimothy Crosley2020-12-191-1/+1
* Add statement method to IdentifiedImportTimothy Crosley2020-12-191-47/+35
* Implement custom output handling in sort_fileSamuel Gaist2020-10-301-41/+69
* Merge pull request #1573 from vgerak/issue/1569Timothy Edmund Crosley2020-10-211-24/+24
|\
| * fix deepsource.io warningsVasilis Gerakaris2020-10-221-24/+24
* | CLI to get importsTimur Kushukov2020-10-171-0/+28
|/
* get imports commandTimur Kushukov2020-10-131-0/+56
* Add test for unseekable pipe errorsTimothy Crosley2020-10-101-0/+3
* Improve test coverage api.py.Tamas Szabo2020-10-041-1/+1
* Made sure that verbose output is only shown for modified filesanirudnits2020-10-021-1/+1
* Fixed #1461: Quiet config option not respected by file API in some circumstan...issue/1461/respect-quiet-in-apiTimothy Crosley2020-09-051-2/+1
* Bugfix: warnings in isort.api.sort_file report the actual file name used, rat...Andrew Howe2020-08-281-5/+6
* Adds colors to --diff output.Tamas Szabo2020-08-251-0/+3
* Improved API consistency, returning a boolean value for all modification API ...Timothy Crosley2020-08-041-4/+7
* Initial work toward adding experimental support for sorting literals #1358Timothy Crosley2020-08-021-328/+7
* Fix error detected by linting in diff logicTimothy Crosley2020-07-301-1/+1
* Resolve #1357: Add ability to treat all or select comments as codeTimothy Crosley2020-07-301-2/+9
* Make --color optional, fail if colorama isn't installed.Tamas Szabo2020-07-271-8/+4
* Merge branch 'develop' into issue/1177/colored-output-in-check-modeTamas Szabo2020-07-271-13/+18
|\
| * Merge pull request #1351 from sztamas/issue/1350/flake8-config-cleanupTimothy Edmund Crosley2020-07-261-2/+2
| |\
| | * Flake8 config cleanup.Tamas Szabo2020-07-271-2/+2
| * | Fixed #1348: --diff works incorrectly with files that have CRLF line endings.Timothy Crosley2020-07-261-11/+16
| |/
* | Remove unused import.Tamas Szabo2020-07-261-2/+0
* | Adds color to ERROR and SUCCESS in check mode.Tamas Szabo2020-07-261-2/+9
|/
* Implemented #727: Ability to only add imports if existing imports exist.Timothy Crosley2020-07-231-1/+2
* Make sure that warnings are formatting properlyGreg Pstrucha2020-07-231-2/+2
* isort: split can now be used at the end of an import line.Timothy Crosley2020-07-221-1/+1
* Fix formatting (black)Timothy Crosley2020-07-211-1/+1
* Fixed #1339: Extra indent is not preserved when isort:skip is used in nested ...Timothy Crosley2020-07-211-2/+2
* Fixed #1335: Official API for diff capturingTimothy Crosley2020-07-191-12/+26
* wrap_length corrected for indentation in unison with line_lengthRobert Tasarz2020-07-201-0/+1
* Fixed issue #1189: '--diff' broken when reading from standard input.Timothy Crosley2020-07-151-0/+23
* - Implemented experimental support for floating all imports to the top of a f...Timothy Crosley2020-07-141-0/+30
* Fix second part of #1275, when add_imports is usedTimothy Crosley2020-07-141-0/+3
* - Fixed #1301: Import headings in nested sections leads to check errorsTimothy Crosley2020-07-111-4/+12
* - Fixed #1301: Import headings in nested sections leads to check errorsTimothy Crosley2020-07-111-13/+8
* FormattingTimothy Crosley2020-07-111-1/+1