summaryrefslogtreecommitdiff
path: root/isort/format.py
Commit message (Expand)AuthorAgeFilesLines
* Add ignore line for deepsource ruleTimothy Crosley2020-12-231-1/+1
* Call super for colorama printerTimothy Crosley2020-12-231-1/+2
* Merge branch 'develop' into issue/1429/print-errors-to-stderrissue/1429/print-errors-to-stderrTamas Szabo2020-08-311-3/+4
|\
| * Bugfix: 1412 Missing colorama leads to exceptionissue/1412/missing-colorama-exceptionTamas Szabo2020-08-261-3/+4
* | Print errors to stderr.Tamas Szabo2020-08-311-6/+1
|/
* Adds colors to --diff output.Tamas Szabo2020-08-251-8/+40
* Instance method -> static methodTamas Szabo2020-07-271-1/+2
* Make --color optional, fail if colorama isn't installed.Tamas Szabo2020-07-271-10/+44
* Merge branch 'develop' into issue/1177/colored-output-in-check-modeTamas Szabo2020-07-271-1/+0
|\
| * Fixed #1348: --diff works incorrectly with files that have CRLF line endings.Timothy Crosley2020-07-261-1/+0
* | Adds color to ERROR and SUCCESS in check mode.Tamas Szabo2020-07-261-1/+15
|/
* Fixed #1330: Ensure stdout can be stubbed dynamically for function.Timothy Crosley2020-07-191-2/+10
* Fixed issue #1189: '--diff' broken when reading from standard input.Timothy Crosley2020-07-151-2/+4
* Remove None output typingTimothy Crosley2020-01-241-1/+1
* Fix all discovered mypy errorsTimothy Crosley2019-11-081-4/+2
* Fix remove whitespace usage post refactorTimothy Crosley2019-11-061-2/+2
* Initial support for 'check' post refactorTimothy Crosley2019-11-061-0/+7
* Fix stdlib inclusionsTimothy Crosley2019-10-291-3/+1
* Start work on moving configuration objects to use dataclassesTimothy Crosley2019-10-291-1/+3
* Switch from .format to f-string; switch from print to warnings where applicableTimothy Crosley2019-10-271-3/+3
* Update to new 100 line length limit. Re-run blackTimothy Crosley2019-10-121-9/+4
* Run pyupgrade tool across the projectJon Dufresne2019-08-161-3/+3
* Introduce Black to automate code formattingJon Dufresne2019-08-151-11/+18
* Update format.pyTimothy Edmund Crosley2019-04-301-2/+2
* move to pathlibMaxim Kurnikov2019-04-281-8/+12
* extract show_diff, prompt_userMaxim Kurnikov2019-04-261-0/+31
* extract some static methodsMaxim Kurnikov2019-04-261-0/+21