summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update version in pre-commit setup to avoid installation issue with poetry.Stefanie Molin2023-03-011-2/+2
| | | Didn't update to 5.12.0 to keep Python 3.7 support.
* Merge pull request #2098 from manueljacob/skip-.pytype_directoryTimothy Edmund Crosley2023-02-221-1/+1
|\ | | | | Skip .pytype directory by default.
| * Skip .pytype directory by default.Manuel Jacob2023-02-211-1/+1
| | | | | | | | Pytype stores .pyi files in .pytype that isort shouldn’t check or touch.
* | Properly indent the last tip block in the Config Files sectionRoman Vlasenko2023-02-151-1/+1
|/
* Merge pull request #2065 from parafoxia/task/fix-sort-reexportsTimothy Edmund Crosley2023-01-191-0/+13
|\ | | | | Fix re-export sorter
| * Add option to docsEthan Henderson2023-01-021-0/+13
| | | | | | | | I'm not sure where the best place is for this, so I placed it around various options similar to it (at least as far as I can tell).
* | Add docs about filter-files optionMicah Smith2023-01-181-5/+6
| |
* | Update docsstaticdev2022-12-302-4/+3
|/
* Bump version 5.11.4staticdev2022-12-211-2/+2
|
* Add missing versionsstaticdev2022-12-161-2/+2
|
* Add - Thiago A. (@staticdev) to core contributors listTimothy Crosley2022-12-141-1/+2
|
* Update version to 5.11.2Timothy Crosley2022-12-121-2/+2
|
* Bump version to 5.11.1.Mariusz Felisiak2022-12-131-2/+2
|
* Remove Python 3.6barrelful2022-12-112-3/+3
|
* Merge pull request #1991 from andersk/pyodide-cdnTimothy Edmund Crosley2022-12-111-2/+2
|\ | | | | Fix Pyodide CDN URL
| * Fix Pyodide CDN URLAnders Kaseorg2022-11-101-2/+2
| | | | | | | | | | | | | | The previous deprecated CDN was recently taken down (https://github.com/pyodide/pyodide/pull/3150). Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* | Clarify description of use_parenthesesMarius Gedminas2022-06-171-1/+1
|/ | | | | Backslashes are different from slashes. I was looking for this option so I searched for "backslash", found no hits, and assumed it didn't exist. I only found it later by accident.
* Merge branch 'main' into trailing_commaTimothy Edmund Crosley2022-05-113-2/+23
|\
| * Merge pull request #1896 from matthewhughes934/document-shared-profilesTimothy Edmund Crosley2022-05-112-1/+22
| |\ | | | | | | Document shared profiles
| | * Document shared profilesMatthew Hughes2022-02-122-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were added with 2d76984f1345763f31aff8c1fc940000700cd46e, with tests and an example added with 57eb70a4c70311f6b1748062853ded38f7fec366. Add some documentation on how these can be created, including a link to the example profile in this repo. Add a link to these docs from where shared profiles are mentioned for the `profile` config
| * | Remove reference to jamescurtin/isort-actionAndrew Lane2022-01-201-1/+1
| |/ | | | | jamescurtin/isort-action no longer exists
* | Add magic trailing comma optionLéni Gauffier~2022-03-132-0/+12
|/
* Remove redundant `multi_line_output = 3` from "Compatibility with black"Jon Dufresne2021-11-251-2/+0
| | | | | | | | | | | | According to the profiles documentation: https://pycqa.github.io/isort/docs/configuration/profiles.html The black profiles contains: "multi_line_output = 3". Avoid confusion on the "Compatibility with black" page by not adding a redundant option. The reader may believe the extra "multi_line_output" is required. This came up in a real world scenario: https://github.com/pypa/pep517/pull/137#discussion_r756648644
* Add tox config exampleWei2021-11-231-0/+2
|
* Improve formatting of config option documentationTimothy Crosley2021-11-231-1/+23
|
* Improve formatting of config option documentationTimothy Crosley2021-11-231-22/+22
|
* Improve formatting of config option documentationTimothy Crosley2021-11-231-8/+8
|
* Improve formatting of config option documentationTimothy Crosley2021-11-231-22/+140
|
* Fill out remaining descriptionsTimothy Crosley2021-11-211-12/+3
|
* Populate more config option descriptionsTimothy Crosley2021-11-201-12/+3
|
* Populate more descriptionsTimothy Crosley2021-11-191-3/+3
|
* Populate additional descriptionsTimothy Crosley2021-11-181-6/+6
|
* Populate additional option descriptionsTimothy Crosley2021-11-171-6/+6
|
* Add a description for sectionsTimothy Crosley2021-11-161-1/+1
|
* Update acknowledgementsTimothy Crosley2021-11-151-0/+7
|
* Update config option docs with latest mappingsTimothy Crosley2021-11-151-12/+71
|
* Merge pull request #1822 from sgaist/issue/1729Timothy Edmund Crosley2021-11-151-2/+306
|\ | | | | doc: Add examples for frozenset and tuple settings
| * doc: Add examples for frozenset and tuple settingsSamuel Gaist2021-10-031-2/+306
| | | | | | | | Part of #1729
* | 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
| |
* | Bump version to 5.10.1Timothy Crosley2021-11-081-2/+2
| |
* | Bump version to 5.10.05.10.0Timothy Crosley2021-11-031-3/+3
| |
* | Minor improvements to pre-commit.mdAdam Parkin2021-10-271-3/+12
|/ | | Changes to the most recent version of isort, as well as explain better the `types` section.
* Merge pull request #1818 from sgaist/issue/1646Timothy Edmund Crosley2021-10-011-0/+12
|\ | | | | feature: implement lines before imports
| * feature: implement lines before importsSamuel Gaist2021-09-301-0/+12
| |
* | Add an option to set a footer for every import sectionParnassius2021-09-301-0/+9
|/ | | | Closes #1733
* Merge pull request #1805 from scop/jobs-docTimothy Edmund Crosley2021-08-171-1/+1
|\ | | | | Document negative number of jobs semantics
| * Document negative number of jobs semanticsVille Skyttä2021-08-161-1/+1
| |
* | Spelling fixesVille Skyttä2021-08-163-3/+3
|/
* Regenerate the docsTimothy Crosley2021-08-101-7/+9
|