summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test for new files modulefeature/super-fast-import-identificationTimothy Crosley2020-12-201-0/+8
* All tests now passingdTimothy Crosley2020-12-203-48/+34
* Fix infinite loopTimothy Crosley2020-12-201-0/+3
* Fix double find typoTimothy Crosley2020-12-201-1/+1
* Rename import finding methods to be more intuitive directly from isort (isort...Timothy Crosley2020-12-203-10/+10
* Fix logic error in type of import identificationTimothy Crosley2020-12-201-1/+1
* isort+blackTimothy Crosley2020-12-194-8/+18
* Missing f for f'string'Timothy Crosley2020-12-191-1/+1
* Export imports_in methods to __init__Timothy Crosley2020-12-192-4/+4
* Fix typo with OptionalTimothy Crosley2020-12-191-1/+1
* Add statement method to IdentifiedImportTimothy Crosley2020-12-192-50/+40
* identify.IdentifiedImport -> identify.ImportTimothy Crosley2020-12-191-3/+3
* isort+blackTimothy Crosley2020-12-192-4/+4
* Add files moduleTimothy Crosley2020-12-181-0/+43
* Move file identification to standalone module'Timothy Crosley2020-12-181-41/+3
* Remove statement from initial identified import contractTimothy Crosley2020-12-181-2/+0
* Improved identify imports stringificationTimothy Crosley2020-12-181-2/+4
* Add importidentification str supportTimothy Crosley2020-12-181-3/+11
* Add doc string for identify.pyTimothy Crosley2020-12-181-1/+3
* Simplify import type identificationTimothy Crosley2020-12-181-11/+5
* Include statementTimothy Crosley2020-12-171-10/+13
* black+isort formattingTimothy Crosley2020-12-171-19/+11
* Reuse identified import logicTimothy Crosley2020-12-171-21/+10
* Reformatted with black+isortTimothy Crosley2020-12-171-4/+25
* Include file pathTimothy Crosley2020-12-171-5/+6
* Add indented classifier to importsTimothy Crosley2020-12-171-7/+7
* Rename identified import classTimothy Crosley2020-12-171-6/+6
* Refactoring of direct importsTimothy Crosley2020-12-171-2/+3
* Fix type signaturesTimothy Crosley2020-12-161-2/+2
* AutoformattingTimothy Crosley2020-12-161-2/+2
* AutoformattingTimothy Crosley2020-12-161-10/+11
* Add quick cimport identificationTimothy Crosley2020-12-161-12/+8
* clean up alias import identificationTimothy Crosley2020-12-161-13/+10
* Return aliasesTimothy Crosley2020-12-151-9/+15
* Simplify output signatureTimothy Crosley2020-12-151-5/+5
* Remove parsing aspects not needed for fast identificationTimothy Crosley2020-12-151-40/+8
* Initial code cleanup and linting of identify moduleTimothy Crosley2020-12-141-11/+5
* Support for yielding imports for straight forward caseTimothy Crosley2020-12-141-22/+6
* Remove pieces of parsing unrelated to import identificationTimothy Crosley2020-12-131-5/+0
* Initial work to pull out just import identification from parseTimothy Crosley2020-12-131-0/+213
* lintingTimothy Crosley2020-12-131-1/+1
* Fix datadog integration testTimothy Crosley2020-12-121-1/+1
* Mark 5.7.0 for december releaseTimothy Crosley2020-12-111-1/+1
* Resolved #1604: Added to changelogTimothy Crosley2020-12-101-0/+1
* Dynamically toggle import_headings as configured in settingsTimothy Crosley2020-12-101-0/+1
* Add setting for #1604: allow toggling section header in indented importsTimothy Crosley2020-12-091-0/+1
* Add test for #1604: allow toggling section header in indented importsTimothy Crosley2020-12-091-0/+48
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-12-081-0/+1
|\
| * Merge pull request #1606 from qsantos/patch-1Timothy Edmund Crosley2020-12-081-0/+1
| |\
| | * Fix description of config lookupQuentin Santos2020-12-081-0/+1
| |/