summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* 100% test coverage for main.pyTimothy Crosley2020-05-061-2/+2
* Allow --check to be used in addition to --check-onlyTimothy Crosley2020-05-051-0/+1
* Increase main test coverage adding significantly more sub test casesTimothy Crosley2020-05-051-2/+1
* Update test.mainTimothy Crosley2020-05-041-11/+17
* Output config as JSON to make it easier to use from programatic scripts, add ...Timothy Crosley2020-05-031-2/+11
* Add testing for skip exceptions in main.sort_importsTimothy Crosley2020-05-031-4/+3
* Full test coverage of settings moduleTimothy Crosley2020-05-021-2/+2
* skip fallback in coverageTimothy Crosley2020-05-011-1/+1
* Pragramatically ignore coverage for environment specific linesTimothy Crosley2020-04-251-2/+2
* 100% code coverage for output.pyTimothy Crosley2020-04-231-1/+1
* Add some pragmatic no covs to setuptool commandTimothy Crosley2020-04-191-2/+2
* Achieve 100% test coverage for wrap.pyTimothy Crosley2020-04-181-2/+2
* Add pragma skipTimothy Crosley2020-04-181-1/+1
* Initial show_diff coveragemore-testsTimothy Crosley2020-04-161-1/+1
* Update cimport test to test swapping back and forth from cimports to normal i...Timothy Crosley2020-04-151-2/+2
* 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
* 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 hug profileTimothy Crosley2020-04-021-1/+1
* Fix setting of config values for check_file, fix test for fileTimothy Crosley2020-03-312-3/+1
* Remove no longer needed module / importTimothy Crosley2020-03-291-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-261-2/+2
* 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 config setting in test casesTimothy Crosley2020-03-211-2/+2
* Initial API command for checkTimothy Crosley2020-03-201-0/+20
* Add string sorting endpointTimothy Crosley2020-03-101-0/+23
* Switch stdin '-' endpoint to use streaming APITimothy Crosley2020-03-091-1/+1
* 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
* Fix open to match stdlibs exactly, with newline modificationTimothy Crosley2020-02-201-0/+1