summaryrefslogtreecommitdiff
path: root/isort/api.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #1277 & #1278: New line detection issues on Windows.Timothy Crosley2020-07-111-3/+3
* Fixed #1306: unexpected --diff behavior.Timothy Crosley2020-07-091-2/+3
* Fixed #1300: add_imports moves comments following import section.Timothy Crosley2020-07-081-1/+3
* Fixed #1293: extra new line in indented imports, when immediately followed by...Timothy Crosley2020-07-081-1/+3
* Fixed #1297: Usage of alongside is broken.Timothy Crosley2020-07-071-2/+4
* Fixed #1290: Unecessary blank lines above nested imports when import comments...Timothy Crosley2020-07-071-24/+25
* Fix #1275: Blank line after docstring removed.Timothy Crosley2020-07-061-0/+7
* Fixed #1284: Regression when sorting files from CLI using black profile.Timothy Crosley2020-07-061-13/+21
* Fix issue #1253: atomic fails when passed in not readable output streamTimothy Crosley2020-07-041-4/+11
* Add typing info to extension and config parameter of API endpointTimothy Crosley2020-07-021-2/+2
* Fix problems found by deepsourceTimothy Crosley2020-06-301-2/+2
* Provide reasons when place importsTimothy Crosley2020-06-201-0/+2
* Move API helper methods to below the fieldTimothy Crosley2020-06-011-131/+131
* Provide doc strings for all public API functionsTimothy Crosley2020-05-311-0/+34
* check_imports -> check_streamTimothy Crosley2020-05-301-3/+14
* Slight refactor of api commands, additional doc stringTimothy Crosley2020-05-301-9/+20
* Add initial doc string for sort_code_stringTimothy Crosley2020-05-291-0/+9
* sort_file: Preserve permission bitsAnders Kaseorg2020-05-221-0/+2
* Improvements suggested by deep sourceTimothy Crosley2020-05-171-6/+7
* Remove unused importsTimothy Crosley2020-05-161-1/+1
* Mode read_file into File classTimothy Crosley2020-05-161-2/+2