summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test to ensure issue #1117 is fixedissue/1117-known_first_partyTimothy Crosley2020-02-131-1/+4
* Merge pull request #1138 from bryant1410/patch-1Timothy Edmund Crosley2020-02-122-1/+15
|\
| * Add missing new line between functions (Pep8 requirement) to test_isortTimothy Edmund Crosley2020-02-121-0/+1
| * Make a copy of the Config variablesSantiago Castro2020-02-121-1/+1
| * Add testSantiago Castro2020-02-121-0/+13
* | Fix stdout flagTimothy Crosley2020-02-121-1/+3
|/
* Merge pull request #1136 from timothycrosley/bryant1410-patch-1Timothy Edmund Crosley2020-02-117-7/+1359
|\
| * Add poetry lock, add latest version of mypybryant1410-patch-1Timothy Crosley2020-02-113-2/+1323
| * Fix nested imports wrappingTimothy Crosley2020-02-113-5/+24
| * Merge branch 'patch-1' of https://github.com/bryant1410/isort into bryant1410...Timothy Crosley2020-02-111-0/+12
| |\ |/ /
| * Add test for line length bugSantiago Castro2020-02-121-0/+12
* | Merge pull request #1120 from Siecje/troveTimothy Edmund Crosley2020-02-111-1/+0
|\ \ | |/ |/|
| * Remove Python 3.5 from trove classifiersCody Scott2020-02-061-1/+0
* | Merge pull request #1134 from timothycrosley/issue/710-settings-pathTimothy Edmund Crosley2020-02-112-7/+12
|\ \
| * | Fix issue #710: Allow directly specifying settings file in addition to settin...issue/710-settings-pathTimothy Crosley2020-02-111-6/+10
| * | Work around bug in pip-shims newer versions, pinning to older versions for nowTimothy Crosley2020-02-111-1/+2
|/ /
* | Merge pull request #1132 from ucodery/developTimothy Edmund Crosley2020-02-104-2/+49
|\ \
| * | Add docker support for multiple python versionsJeremy Paige2020-02-104-2/+49
* | | Merge pull request #1131 from timothycrosley/feature/fix-as-imports-no-sectionTimothy Edmund Crosley2020-02-102-3/+11
|\ \ \ | |/ / |/| |
| * | Fix syntax error in test casefeature/fix-as-imports-no-sectionTimothy Crosley2020-02-101-0/+1
| * | Fix issue with as_imports and force_single_sectionTimothy Crosley2020-02-102-3/+10
|/ /
* | Add Aaron Brown (@aaronvbrown) to acknowledgementsTimothy Crosley2020-02-101-0/+1
* | Merge pull request #1130 from aaronvbrown/issue/1123Timothy Edmund Crosley2020-02-101-2/+4
|\ \
| * \ Merge branch 'develop' into issue/1123Timothy Edmund Crosley2020-02-105-4/+9
| |\ \ | |/ / |/| |
* | | Merge pull request #1127 from ucodery/developTimothy Edmund Crosley2020-02-101-3/+3
|\ \ \
| * | | issue-1125 remove documentation examples of two character flagsJeremy Paige2020-02-101-3/+3
* | | | Merge pull request #1129 from timothycrosley/feature/fix_windows_testingTimothy Edmund Crosley2020-02-102-1/+3
|\ \ \ \
| * | | | Add missing sys import to test_io modulefeature/fix_windows_testingTimothy Crosley2020-02-101-0/+1
| * | | | Skip io test on windowsTimothy Crosley2020-02-101-0/+1
| * | | | Fix test case to be more explicitTimothy Crosley2020-02-101-1/+1
| |/ / /
* | | | Add Sarah Beth Tracy (@sbtries) to acknowledgementsTimothy Crosley2020-02-101-0/+1
* | | | Merge pull request #1128 from sbtries/issue/1123Timothy Edmund Crosley2020-02-101-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Update test_comments.pyTimothy Edmund Crosley2020-02-101-0/+1
| * | | Update test_format.pyTimothy Edmund Crosley2020-02-101-1/+2
| * | | Update test_io.pyTimothy Edmund Crosley2020-02-101-0/+1
| * | | Update test_main.pyTimothy Edmund Crosley2020-02-101-0/+1
| * | | Update test_output.pyTimothy Edmund Crosley2020-02-101-0/+1
| * | | Update test_parse.pyTimothy Edmund Crosley2020-02-101-0/+1
| * | | Update test_setuptools_command.pyTimothy Edmund Crosley2020-02-101-0/+1
| * | | Update test_wrap_modes.pyTimothy Edmund Crosley2020-02-101-0/+1
| * | | Delete Pipfile.lockTimothy Edmund Crosley2020-02-101-20/+0
| * | | Delete PipfileTimothy Edmund Crosley2020-02-101-11/+0
| * | | updated contributing steps to include tests.sh and done.shsbtries2020-02-101-0/+2
| * | | updated steps to get started, added run Scripts/done.sh and Scripts/test.shsbtries2020-02-108-9/+1
| * | | initialsbtries2020-02-102-0/+31
|/ / /
| * | Added Getting Started InfoAaron Brown2020-02-101-2/+4
|/ /
* | Add github sponsor funding linkTimothy Crosley2020-02-091-0/+1
|/
* Initial tests for findersTimothy Crosley2020-02-042-0/+43
* Add initial unit tests for io moduleTimothy Crosley2020-02-031-0/+23
* Add test case for iter_source_codeTimothy Crosley2020-02-031-0/+7