summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close streamissue/1148-full-streamingTimothy Crosley2020-04-071-0/+1
* Disregard skip except for directly passed in filesTimothy Crosley2020-04-061-2/+2
* Sort imports and fix sorting of imports via CLITimothy Crosley2020-04-053-5/+4
* Fix passing of file_path in APITimothy Crosley2020-04-042-12/+12
* Use isort.cfg to set hug profile, sort importsTimothy Crosley2020-04-031-0/+2
* Use hug profileTimothy Crosley2020-04-021-1/+1
* Upgrade out of date dependenciesTimothy Crosley2020-04-011-6/+6
* Fix setting of config values for check_file, fix test for fileTimothy Crosley2020-03-313-4/+2
* Fix mock statement for new APITimothy Crosley2020-03-301-1/+1
* Remove no longer needed module / importTimothy Crosley2020-03-292-2/+0
* Remove no longer needed import checkTimothy Crosley2020-03-281-1/+0
* Fix pylama isort integration not to include check=True redundlyTimothy Crosley2020-03-271-1/+1
* Remove last references to SortImports legacy APITimothy Crosley2020-03-262-3/+3
* Fix setuptools command to use new APITimothy Crosley2020-03-251-3/+2
* Fix hooks module to use new APITimothy Crosley2020-03-241-6/+7
* Remove SortImportsTimothy Crosley2020-03-233-120/+1
* Fix test case to save and read from fileTimothy Crosley2020-03-221-6/+2
* Fix config setting in test casesTimothy Crosley2020-03-212-3/+3
* Initial API command for checkTimothy Crosley2020-03-202-5/+24
* Update test case to flag existing syntax errorTimothy Crosley2020-03-191-2/+3
* Use isort.sort_file for file modifying test caseTimothy Crosley2020-03-181-3/+3
* Fix skip file testsTimothy Crosley2020-03-171-8/+5
* Handle skip exception in testTimothy Crosley2020-03-161-3/+4
* Fix test cases to include codeTimothy Crosley2020-03-151-3/+11
* Fix extension testTimothy Crosley2020-03-141-1/+1
* Start associating extension directly in testTimothy Crosley2020-03-131-61/+40
* Fix setting of file pathTimothy Crosley2020-03-121-6/+7
* Fix test cases to use new APITimothy Crosley2020-03-121-271/+271
* Start transition to using API directly from testsTimothy Crosley2020-03-111-418/+337
* Add string sorting endpointTimothy Crosley2020-03-101-0/+23
* Switch stdin '-' endpoint to use streaming APITimothy Crosley2020-03-091-1/+1
* Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/...Timothy Crosley2020-03-071-0/+22
|\
| * Merge pull request #1159 from smithdc1/version-testTimothy Edmund Crosley2020-02-241-0/+22
| |\
| | * test for --version argumentDavid Smith2020-02-241-0/+22
* | | Report files as they are fixedTimothy Crosley2020-03-061-0/+2
* | | Make write_to_stdout parameter consistentTimothy Crosley2020-03-051-2/+2
* | | Fix usage of sort_fileTimothy Crosley2020-03-041-2/+2
* | | Fix usage of read_file in compat to not use out of scope streamTimothy Crosley2020-03-041-0/+1
* | | Update to fix mypy and black linting errorsTimothy Crosley2020-03-033-20/+19
* | | Update to use new api.sort_file API endpointTimothy Crosley2020-03-022-6/+5
* | | Formatting blackTimothy Crosley2020-03-012-12/+25
* | | Add missing sys importTimothy Crosley2020-02-291-0/+1
* | | Add support for stdout outputTimothy Crosley2020-02-281-19/+31
* | | Move main to use new isort file apiTimothy Crosley2020-02-261-4/+7
* | | Add show diff flagTimothy Crosley2020-02-251-4/+4
* | | Add existing and introduced syntax error handlingTimothy Crosley2020-02-241-1/+5
* | | Add ask to apply support directly to sort_file API endpointTimothy Crosley2020-02-231-9/+21
* | | Fix bug that occurs when stream is never created during try statemenTimothy Crosley2020-02-231-1/+3
* | | Initial working sort_file implementationTimothy Crosley2020-02-231-0/+30
* | | Initial API containing checkfile for streaming supportTimothy Crosley2020-02-223-98/+138