summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unecesary blank linesTimothy Crosley2020-12-231-6/+3
* Handle stop iteration caseTimothy Crosley2020-12-231-1/+5
* Ignore scripts in deepsource configTimothy Crosley2020-12-231-0/+1
* Add ignore line for deepsource ruleTimothy Crosley2020-12-232-2/+2
* Call super for colorama printerTimothy Crosley2020-12-231-1/+2
* Remove unecesary variable definitionTimothy Crosley2020-12-222-4/+2
* remove unecesary elif~Timothy Crosley2020-12-221-1/+2
* remove unecesary elifTimothy Crosley2020-12-221-1/+1
* isort + blackTimothy Crosley2020-12-211-3/+7
* Expose unique option for identifying imports to cliTimothy Crosley2020-12-211-2/+6
* identify imports directory supportTimothy Crosley2020-12-212-9/+17
* Merge pull request #1614 from PyCQA/feature/super-fast-import-identificationTimothy Edmund Crosley2020-12-219-137/+304
|\
| * Hide unused variableTimothy Crosley2020-12-201-1/+1
| * 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