summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial show_diff coveragemore-testsTimothy Crosley2020-04-162-1/+2
* Update cimport test to test swapping back and forth from cimports to normal i...Timothy Crosley2020-04-152-2/+6
* Fix pragma locationTimothy Crosley2020-04-141-2/+2
* Skip introduce syntax errors, as they should never be reached as isort should...Timothy Crosley2020-04-131-2/+2
* add test for showing diff and writing to stdout when sorting fileTimothy Crosley2020-04-121-3/+8
* Add test for imperfect imports as wellTimothy Crosley2020-04-111-0/+4
* Add initial check file checkTimothy Crosley2020-04-101-0/+6
* Add initial testing module for api.pyTimothy Crosley2020-04-091-0/+12
* Merge pull request #1173 from timothycrosley/issue/1148-full-streamingTimothy Edmund Crosley2020-04-0817-1042/+1012
|\
| * Specify encodingTimothy Crosley2020-04-081-2/+2
| * 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