summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump mkdocs from 1.2.1 to 1.2.3dependabot/pip/mkdocs-1.2.3dependabot[bot]2021-11-162-5/+40
* Fix mkdocs versionTimothy Crosley2021-11-152-21/+20
* Update acknowledgementsTimothy Crosley2021-11-151-0/+7
* Update config option docs with latest mappingsTimothy Crosley2021-11-153-17/+236
* Merge pull request #1822 from sgaist/issue/1729Timothy Edmund Crosley2021-11-151-2/+306
|\
| * doc: Add examples for frozenset and tuple settingsSamuel Gaist2021-10-031-2/+306
* | Merge branch 'main' of https://github.com/timothycrosley/isortTimothy Crosley2021-11-141-0/+27
|\ \
| * \ Merge pull request #1850 from anirudnits/add-multiple-config-documentationTimothy Edmund Crosley2021-11-141-0/+27
| |\ \
| | * | Minor changes in the multiple-config-support file documenationAniruddha Bhattacharjee2021-11-121-4/+9
| | * | Add documentation for multiple config file supportAniruddha2021-11-121-0/+22
* | | | Fix integration testTimothy Crosley2021-11-141-0/+2
|/ / /
* | | Poetry updateTimothy Crosley2021-11-145-137/+259
* | | Update dependenciesTimothy Crosley2021-11-141-173/+192
|/ /
* | Fix membership check5.10.1Timothy Crosley2021-11-081-1/+1
* | Bump version to 5.10.1Timothy Crosley2021-11-083-4/+4
* | Mark #1840 as fixedTimothy Crosley2021-11-081-0/+4
* | Fixed #1819: Occasional inconsistency with multiple src paths.Timothy Crosley2021-11-082-2/+47
* | Merge pull request #1845 from PyCQA/revert-1833-bug/do_not_skip_stringTimothy Edmund Crosley2021-11-063-28/+11
|\ \
| * | Revert "only skip real comments"Timothy Edmund Crosley2021-11-063-28/+11
|/ /
* | Bump version to 5.10.05.10.0Timothy Crosley2021-11-033-5/+5
* | Add changelog for 5.10Timothy Crosley2021-11-031-2/+3
* | Fixes #1838: don't append imports where no imports are presentTimothy Crosley2021-11-032-1/+14
* | Remove unused importTimothy Crosley2021-11-011-1/+0
* | Fix formattingTimothy Crosley2021-10-301-6/+7
* | Merge pull request #1833 from chrisdecker1201/bug/do_not_skip_stringTimothy Edmund Crosley2021-10-303-11/+29
|\ \
| * | use regex to mach file_skipChristian Decker2021-10-283-13/+15
| * | fix linterChristian Decker2021-10-281-1/+5
| * | handle without space after hashChristian Decker2021-10-272-1/+8
| * | only skip real commentsChristian Decker2021-10-273-3/+8
* | | Merge pull request #1834 from pzelnip/patch-1Timothy Edmund Crosley2021-10-271-3/+12
|\ \ \ | |/ / |/| |
| * | Minor improvements to pre-commit.mdAdam Parkin2021-10-271-3/+12
|/ /
* | Update to latest mkdocsTimothy Crosley2021-10-162-9/+9
* | Update packagesTimothy Crosley2021-10-161-234/+241
* | Merge pull request #1820 from anirudnits/multiple_configsTimothy Edmund Crosley2021-10-147-3/+368
|\ \
| * | Increase test coverageAniruddha2021-10-151-4/+32
| * | Merge branch 'main' of https://github.com/PyCQA/isort into multiple_configsAniruddha2021-10-151-9/+9
| |\ \
| * | | Add test coverageAniruddha2021-10-071-0/+20
| * | | Increase test coverageAniruddha2021-10-072-4/+15
| * | | Merge branch 'main' of https://github.com/PyCQA/isort into multiple_configsAniruddha2021-10-071-6/+1
| |\ \ \
| * | | | Correct linting errors and update testsAniruddha2021-10-072-20/+30
| * | | | Linting changesAniruddha2021-10-071-3/+1
| * | | | Add test for resolve all configs flagAniruddha2021-10-071-0/+76
| * | | | Add config-root flag to let users explicitly set the path for resolving all c...Aniruddha2021-10-071-1/+10
| * | | | Refactor the find_all_configs functionAniruddha2021-10-071-21/+25
| * | | | RCorrect deepsource errorsAniruddha2021-10-035-19/+19
| * | | | Add test for resolve-all-configs flagAniruddha2021-10-032-0/+88
| * | | | Minor changes in function defintionsAniruddha2021-10-032-6/+3
| * | | | moved trie to utils.pyAniruddha2021-10-034-41/+65
| * | | | Correct failing testAniruddha2021-10-021-3/+3
| * | | | Correct linting errorsAniruddha2021-10-021-9/+9