summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2098 from manueljacob/skip-.pytype_directoryTimothy Edmund Crosley2023-02-221-0/+1
|\
| * Skip .pytype directory by default.Manuel Jacob2023-02-211-0/+1
* | Fix linting issuesstaticdev2023-02-212-6/+2
|\ \
| * | Black formattingTimothy Crosley2023-02-193-4/+1
| * | Fix mypy errorsTimothy Crosley2023-02-191-2/+2
| |/
| * Fix type of `_get_config_data`herr kaste2023-02-081-1/+1
| * Do not cache configuration filesherr kaste2023-02-081-4/+0
* | Cleanup deprecated extrasstaticdev2023-02-094-25/+1
|/
* ReformattingTimothy Crosley2023-02-031-2/+2
* Merge pull request #1992 from kaste/fix-1989Timothy Edmund Crosley2023-02-031-1/+3
|\
| * Derive `settings_path` from `--filename`herr kaste2022-11-111-0/+2
| * Remove redundant `os.getcwd()` callherr kaste2022-11-111-1/+1
* | Formatting fixTimothy Crosley2023-01-281-1/+4
* | Merge pull request #1967 from vkomarov-r7/feature/directory-hooksTimothy Edmund Crosley2023-01-251-2/+6
|\ \
| * | Add the ability to restrict which directories isort works againstVal Komarov2022-09-061-2/+6
| |/
* | updated format strings to fstringsMark Mayo2023-01-234-4/+4
* | Merge pull request #2065 from parafoxia/task/fix-sort-reexportsTimothy Edmund Crosley2023-01-193-18/+19
|\ \
| * | Add srx aliasEthan Henderson2023-01-021-0/+1
| * | Add tests and fix some final bugsEthan Henderson2023-01-022-15/+12
| * | Fix bugs in re-export sorter (#2037)Ethan Henderson2023-01-011-11/+14
* | | Remove unnecessary _future modulestaticdev2022-12-304-1229/+6
* | | Removal Python 3.7staticdev2022-12-301-1/+3
|/ /
* | Restore cruft usageTimothy Crosley2022-12-291-1/+1
* | Fix linting errors from latest depednency upgradesTimothy Crosley2022-12-292-5/+5
* | Avoid misidentifying a pure python cython import as a cimport. Fixes #2062Juan Toledo2022-12-271-1/+4
* | Bump version 5.11.4staticdev2022-12-211-1/+1
* | Add missing versionsstaticdev2022-12-161-1/+1
* | Fix settings for py3.11staticdev2022-12-154-227/+4
* | Update version to 5.11.2Timothy Crosley2022-12-121-1/+1
* | Bump version to 5.11.1.Mariusz Felisiak2022-12-131-1/+1
* | Only call colorama.init if colorama is availableTom Aarsen2022-12-121-1/+2
* | Add Python 3.11 as a valid optionstaticdev2022-12-113-1/+224
* | Reformat new blackstaticdev2022-12-114-4/+4
* | Merge pull request #1961 from ofek/patch-1Timothy Edmund Crosley2022-12-111-1/+1
|\ \
| * | Fix Rich compatibilityOfek Lev2022-08-031-1/+1
| |/
* | Fix `black` compatibility for `.pyi` type stub filesXuehai Pan2022-12-071-4/+8
|/
* Merge pull request #1876 from legau/trailing_commaTimothy Edmund Crosley2022-05-135-8/+39
|\
| * Merge branch 'main' into trailing_commaTimothy Edmund Crosley2022-05-114-29/+45
| |\
| * | Add magic trailing comma optionLéni Gauffier~2022-03-135-8/+39
* | | Add missing space in unrecoverable exception messageAnders Kaseorg2022-05-111-1/+1
| |/ |/|
* | Merge pull request #1900 from bmalehorn/bm/skip-gitignore-ls-filesTimothy Edmund Crosley2022-05-111-21/+31
|\ \
| * | fix too-long lineBrian Malehorn2022-02-191-1/+5
| * | only skips files, as git only tracks filesBrian Malehorn2022-02-141-1/+2
| * | skip-gitignore: use allow list, not deny listBrian Malehorn2022-02-141-21/+26
| |/
* | Merge pull request #1919 from anirudnits/infinite-loopTimothy Edmund Crosley2022-05-111-1/+5
|\ \
| * | Add check for missing parenthesis at EOFAniruddha2022-04-131-1/+5
| |/
* | split long cython import linesdcollins2022-05-111-1/+1
* | Update plone profile: copy of black, plus three settings.Maurits van Rees2022-05-031-6/+8
|/
* Add 'sort-reexports' CLI optionEthan Henderson2021-12-043-2/+28
* fix lines_before_imports appending lines after commentsLéni Gauffier2021-12-011-0/+10