summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add link to pre-commit-docsissue/1639Timothy Crosley2021-01-301-0/+1
* Add documentation page for pre-commitTimothy Crosley2021-01-301-0/+32
* Update project cruftTimothy Crosley2021-01-251-1/+1
* Add Fixed #1631: as import comments can in some cases be duplicated. to chang...Timothy Crosley2021-01-131-0/+3
* Merge pull request #1636 from PyCQA/issue/1631Timothy Edmund Crosley2021-01-124-9/+50
|\
| * Fix integration testTimothy Crosley2021-01-121-1/+13
| * Clarify it effects straight imports onlyTimothy Crosley2021-01-121-2/+4
| * Add test for duplicate alias caseTimothy Crosley2021-01-121-0/+12
| * Update test to use correct spacing for commentsTimothy Crosley2021-01-121-2/+2
| * Update output to respect as import comment locationTimothy Crosley2021-01-121-5/+5
| * Update output to take into account difference between as and non as import st...Timothy Crosley2021-01-111-3/+8
| * 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
| |\