summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* handle without space after hashChristian Decker2021-10-271-0/+2
* only skip real commentsChristian Decker2021-10-272-3/+3
* Merge pull request #1820 from anirudnits/multiple_configsTimothy Edmund Crosley2021-10-144-3/+135
|\
| * Merge branch 'main' of https://github.com/PyCQA/isort into multiple_configsAniruddha2021-10-151-9/+9
| |\
| * | Linting changesAniruddha2021-10-071-3/+1
| * | 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-033-5/+5
| * | 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
| * | Merge branch 'main' of https://github.com/PyCQA/isort into multiple_configsAniruddha2021-10-025-2/+45
| |\ \
| * | | AAdd support to use multiple configs in single isort executionAniruddha2021-10-023-4/+104
* | | | Fixed unnecessary "elif" after "raise"SaucyGames052021-10-121-2/+2
| |_|/ |/| |
* | | Fix typos in the help messageMapleCCC2021-10-081-9/+9
| |/ |/|
* | Merge pull request #1818 from sgaist/issue/1646Timothy Edmund Crosley2021-10-013-0/+7
|\ \
| * | feature: implement lines before importsSamuel Gaist2021-09-303-0/+7
| |/
* | Add an option to set a footer for every import sectionParnassius2021-09-304-2/+38
|/
* ensure all cases are covered by appropriate exception handlingAniruddha2021-09-141-0/+4
* feat(settings): support Python 3.10 in auto modeMathieu Kniewallner2021-09-121-1/+1
* feat(stdlibs): import py310 stdlib to add isort supportMathieu Kniewallner2021-09-112-3/+3
* feat(stdlibs): add Python 3.10 modulesMathieu Kniewallner2021-09-111-0/+221
* Spelling fixesVille Skyttä2021-08-164-7/+7
* Fixed #1802: respect PATH customization in nested calls to git.Timothy Crosley2021-08-111-1/+1
* Regenerate the docsTimothy Crosley2021-08-101-1/+2
* Fixed #1801: CLI bug (--exend-skip-glob, overrides instead of extending).Timothy Crosley2021-08-101-1/+1
* Fix deprecation warning from tomliTaneli Hukkinen2021-08-021-25/+26
* Implemented #1796: Switch to for pyproject.toml configuration loader.Timothy Crosley2021-08-0111-1420/+766
* Revert "Revert "Fixed #1785: module incorrectly excluded from stdlib definit...Timothy Crosley2021-07-296-0/+6
* Bump version to 5.9.35.9.3Timothy Crosley2021-07-281-1/+1
* Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitigno...Timothy Crosley2021-07-281-1/+1
* Fixed #1792: Sorting literals sometimes ignored when placed on first few line...Timothy Crosley2021-07-271-1/+4
* Revert "Fixed #1785: module incorrectly excluded from stdlib definition."Timothy Crosley2021-07-266-6/+0
* Merge branch 'main' of https://github.com/timothycrosley/isortTimothy Crosley2021-07-231-4/+3
|\
| * Fix bad mergeTimothy Edmund Crosley2021-07-201-1/+1
| * Merge branch 'main' into better-gitignoreTimothy Edmund Crosley2021-07-2013-29/+45
| |\
| * | Check gitignore more intelligentlyJeremy Paige2021-07-201-4/+3
* | | Make all exceptions pickleableTimothy Crosley2021-07-231-2/+7
| |/ |/|
* | Fixed #1785: module incorrectly excluded from stdlib definition.Timothy Crosley2021-07-156-0/+6
* | Fixed #1781: CLI flag shouldn't take any arguments.Timothy Crosley2021-07-141-0/+1
* | Fix typing errorTimothy Crosley2021-07-121-2/+4
* | process parameters passed to Linter.run(), usually via [pylama:isort] section...adbenitez2021-07-111-2/+2
* | Fix mispellingTimothy Crosley2021-07-091-1/+1
* | Mention gitignore in skip message.Timothy Crosley2021-07-081-2/+3
* | Bump version to 5.9.2Timothy Crosley2021-07-081-1/+1
* | Fixed #1771: Improved handling of skips against named streamed in content.Timothy Crosley2021-07-081-10/+14
* | Skip line for nowTimothy Crosley2021-07-081-1/+1
* | Add pragma: no cover comment to git link branchTimothy Crosley2021-07-081-1/+1
* | Fix issue #1767: codec error in __init__ files without proper encoding setTimothy Crosley2021-07-081-5/+5