summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitigno...issue/1792-fix-literal-sort-at-topTimothy Crosley2021-07-282-1/+2
* Fixed #1792: Sorting literals sometimes ignored when placed on first few line...Timothy Crosley2021-07-273-1/+46
* Revert "Fixed #1785: module incorrectly excluded from stdlib definition."Timothy Crosley2021-07-268-8/+1
* Merge branch 'main' of https://github.com/timothycrosley/isortTimothy Crosley2021-07-234-11/+30
|\
| * Merge pull request #1789 from ucodery/better-gitignoreTimothy Edmund Crosley2021-07-203-6/+28
| |\
| | * Fix bad mergeTimothy Edmund Crosley2021-07-201-1/+1
| | * Merge branch 'main' into better-gitignoreTimothy Edmund Crosley2021-07-2026-134/+219
| | |\ | | |/ | |/|
| * | Merge pull request #1786 from monosans/comprehensionTimothy Edmund Crosley2021-07-191-5/+2
| |\ \
| | * | Restore defTimothy Edmund Crosley2021-07-191-1/+1
| | * | Revert change to vendored codeTimothy Edmund Crosley2021-07-191-2/+4
| | * | Replace for loops with comprehensionsmonosans2021-07-162-8/+3
| |/ /
| | * Check gitignore more intelligentlyJeremy Paige2021-07-203-6/+28
* | | Make all exceptions pickleableTimothy Crosley2021-07-233-2/+13
|/ /
* | Fixed #1785: module incorrectly excluded from stdlib definition.Timothy Crosley2021-07-158-1/+8
* | Fixed #1781: CLI flag shouldn't take any arguments.Timothy Crosley2021-07-143-1/+4
* | Added changelog entry for Fixed #1779: Pylama integration ignores pylama spec...Timothy Crosley2021-07-121-0/+1
* | Add - Asiel Díaz Benítez (@adbenitez) to acknowledgementsTimothy Crosley2021-07-121-0/+1
* | Fix typing errorTimothy Crosley2021-07-121-2/+4
* | Merge pull request #1780 from adbenitez/issue-1779Timothy Edmund Crosley2021-07-111-2/+2
|\ \
| * | process parameters passed to Linter.run(), usually via [pylama:isort] section...adbenitez2021-07-111-2/+2
|/ /
* | Update dependenciesTimothy Crosley2021-07-091-94/+99
* | Fix mispellingTimothy Crosley2021-07-091-1/+1
* | Mention gitignore in skip message.Timothy Crosley2021-07-082-2/+6
* | Add missing acknowledgements5.9.2Timothy Crosley2021-07-081-0/+3
* | Bump version to 5.9.2Timothy Crosley2021-07-083-3/+3
* | Fixed #1771: Improved handling of skips against named streamed in content.Timothy Crosley2021-07-083-10/+32
* | Skip line for nowTimothy Crosley2021-07-081-1/+1
* | Add pragma: no cover comment to git link branchTimothy Crosley2021-07-081-1/+1
* | Closes #1767: Encoding issues surfacing when invalid characters set in files...Timothy Crosley2021-07-081-0/+1
* | Merge pull request #1776 from PyCQA/issue/1767-encodingTimothy Edmund Crosley2021-07-085-6/+10
|\ \
| * | Fix issue #1767: codec error in __init__ files without proper encoding setTimothy Crosley2021-07-085-6/+10
|/ /
* | Merge pull request #1775 from PyCQA/issue/1769Timothy Edmund Crosley2021-07-083-4/+37
|\ \
| * \ Merge branch 'main' of https://github.com/timothycrosley/isort into issue/1769Timothy Crosley2021-07-084-4/+14
| |\ \ | |/ / |/| |
* | | Update changelog in preperation for release soonTimothy Crosley2021-07-061-1/+3
* | | Fix typo in source command docTimothy Crosley2021-07-061-1/+1
* | | Merge pull request #1774 from sir-sigurd/patch-1Timothy Edmund Crosley2021-07-061-1/+1
|\ \ \
| * | | missing space in description of force_grid_wrapSergey Fedoseev2021-07-051-1/+1
|/ / /
* | | Merge pull request #1773 from ucodery/mainTimothy Edmund Crosley2021-07-041-1/+9
|\ \ \ | | |/ | |/|
| * | Symlinked paths are excluded from gitignore checksJeremy Paige2021-07-021-1/+9
|/ /
| * Add change to changelogTimothy Crosley2021-07-071-0/+1
| * Fix issue #1769: Add imports can be added to incorrect locationTimothy Crosley2021-07-072-4/+36
|/
* Merge pull request #1770 from RuRo/fix/git-ignoreTimothy Edmund Crosley2021-06-301-5/+5
|\
| * check both path and resolved path for gitignoreruro2021-06-301-3/+4
| * fix git_ignore with symlinksruro2021-06-301-2/+1
|/
* Merge pull request #1766 from glumia/mainTimothy Edmund Crosley2021-06-293-6/+20
|\
| * In order to support older versions of Python typing.Set must be usedTimothy Edmund Crosley2021-06-291-1/+1
| * Add support for glob expansion in src_pathsGiuseppe Lumia2021-06-273-6/+20
|/
* Move git ignore check to bottom (after all it's the slowest)Timothy Crosley2021-06-241-16/+16
* Merge branch 'main' of https://github.com/timothycrosley/isort into mainTimothy Crosley2021-06-233-23/+23
|\
| * Merge pull request #1764 from JohnHBrock/fix/upgrade_guide_urlsTimothy Edmund Crosley2021-06-233-5/+6
| |\