summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test case for issue #1631issue/1631Timothy Crosley2021-01-101-0/+10
* Merge pull request #1629 from gofr/simplify-section_key-sortTimothy Edmund Crosley2021-01-022-32/+12
|\
| * Simplify section_key helper function argumentsgofr2021-01-022-32/+12
|/
* Update pytestTimothy Crosley2021-01-012-321/+407
* Merge pull request #1626 from gofr/issue/1624Timothy Edmund Crosley2021-01-015-1/+117
|\
| * Move fix behind a flaggofr2020-12-315-2/+79
| * Make force_sort_within_sections respect casegofr2020-12-303-3/+42
* | Merge in lastest from develop for 5.7.05.7.0Timothy Crosley2020-12-3048-1250/+2722
|\ \
| * | Regenerate config option docsTimothy Crosley2020-12-303-8/+20
| * | Add @dwanderson-intel, Quentin Santos (@qsantos), and @gofr to acknowledgementsTimothy Crosley2020-12-301-0/+3
| * | Bump to version 5.7.0Timothy Crosley2020-12-303-3/+3
| * | 100% test coverageTimothy Crosley2020-12-302-1/+28
| * | 100% test coverage for new identify moduleTimothy Crosley2020-12-302-9/+37
| * | Fix indented identification isortTimothy Crosley2020-12-304-21/+70
| * | Expose ImportKey from main isort importTimothy Crosley2020-12-301-0/+1
| * | Add additional identification test casesTimothy Crosley2020-12-301-2/+63
| * | Fix handling of yield and raise statements in import identificationTimothy Crosley2020-12-301-0/+19
| * | Add initial unit testing for identify - with focuses on yield and raise edge ...Timothy Crosley2020-12-301-0/+139
| * | Updadte changelog to include fix for #1593Timothy Crosley2020-12-301-0/+1
| * | Undo skip gitignore for black profileTimothy Crosley2020-12-301-1/+0
| * | Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-12-301-1/+1
| |\ \
| | * \ Merge pull request #1627 from gofr/fix-gitter-contribute-linkTimothy Edmund Crosley2020-12-301-1/+1
| | |\ \ | | | |/ | | |/|
| | | * Fix Gitter link in Contributing guide docgofr2020-12-301-1/+1
| | |/
| * | Config path should never be auto determined for import identification CLITimothy Crosley2020-12-301-2/+2
| |/
| * Add link following support (and lack thereof) to import identification CLITimothy Crosley2020-12-301-1/+13
| * Require at least one file or path for import identification CLITimothy Crosley2020-12-301-1/+1
| * Add support even faster identification of imports if only interested in top o...Timothy Crosley2020-12-302-4/+9
| * Expose top-only identification functionality to CLITimothy Crosley2020-12-301-2/+12
| * Expand quick identification support of just top import section to isort APITimothy Crosley2020-12-301-0/+9
| * Add support for quick identification of just the top-level imports, before fu...Timothy Crosley2020-12-302-4/+10
| * Add quick support from CLI to most uniqueness keysTimothy Crosley2020-12-301-2/+36
| * Add support for multiple ways of identifying an import as uniqueTimothy Crosley2020-12-301-6/+41
| * Update import identification line numbers to use 1 based indexingTimothy Crosley2020-12-291-1/+1
| * Update tests to enforce import identifaction line numbers use 1 base indexingTimothy Crosley2020-12-292-15/+15
| * Fix typing errorTimothy Crosley2020-12-291-1/+1
| * Allow unique flag across filesTimothy Crosley2020-12-281-2/+5
| * Add testing for uniqueTimothy Crosley2020-12-282-6/+17
| * Remove no longer needed imports_only functionality in core.pyTimothy Crosley2020-12-271-24/+0
| * Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-12-264-2/+44
| |\
| | * Merge pull request #1622 from PyCQA/issue/1612Timothy Edmund Crosley2020-12-253-2/+42
| | |\
| | | * Fixed #1612: In rare circumstances an extra comma is added after import and b...issue/1612Timothy Crosley2020-12-251-0/+1
| | | * Fix test line lengthsTimothy Crosley2020-12-251-7/+13
| | | * Fix comma behaviorTimothy Crosley2020-12-251-2/+11
| | | * Remove uneeded lineTimothy Crosley2020-12-241-1/+0
| | | * Expand test to capture case where comma is already presentTimothy Crosley2020-12-241-0/+9
| | | * Add failing test for issue #1621: Showing that double comma does indeed apear.Timothy Crosley2020-12-241-0/+16
| | * | Merge pull request #1618 from anirudnits/issue/1617/black_compatibility_docum...Timothy Edmund Crosley2020-12-251-0/+2
| | |\ \ | | | |/ | | |/|
| | | * Specify the config file example corresponds to pyproject.tomlanirudnits2020-12-231-0/+2
| * | | Expose path based import finding via APITimothy Crosley2020-12-263-12/+30
| |/ /
| * | Remove unecesary blank linesTimothy Crosley2020-12-231-6/+3