summaryrefslogtreecommitdiff
path: root/isort/main.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | updated format strings to fstringsMark Mayo2023-01-231-1/+1
* | Add srx aliasEthan Henderson2023-01-021-0/+1
|/
* Merge pull request #1876 from legau/trailing_commaTimothy Edmund Crosley2022-05-131-0/+6
|\
| * Add magic trailing comma optionLéni Gauffier~2022-03-131-0/+6
* | Add missing space in unrecoverable exception messageAnders Kaseorg2022-05-111-1/+1
|/
* Add 'sort-reexports' CLI optionEthan Henderson2021-12-041-0/+6
* Update config option docs with latest mappingsTimothy Crosley2021-11-151-1/+1
* Merge branch 'main' of https://github.com/PyCQA/isort into multiple_configsAniruddha2021-10-151-9/+9
|\
| * Fix typos in the help messageMapleCCC2021-10-081-9/+9
* | Add config-root flag to let users explicitly set the path for resolving all c...Aniruddha2021-10-071-1/+10
* | moved trie to utils.pyAniruddha2021-10-031-1/+2
* | Merge branch 'main' of https://github.com/PyCQA/isort into multiple_configsAniruddha2021-10-021-0/+3
|\ \ | |/
| * feature: implement lines before importsSamuel Gaist2021-09-301-0/+3
* | AAdd support to use multiple configs in single isort executionAniruddha2021-10-021-1/+15
|/
* Spelling fixesVille Skyttä2021-08-161-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
* Fixed #1781: CLI flag shouldn't take any arguments.Timothy Crosley2021-07-141-0/+1
* Mention gitignore in skip message.Timothy Crosley2021-07-081-2/+3
* Fixed #1771: Improved handling of skips against named streamed in content.Timothy Crosley2021-07-081-10/+14
* Fix typo in source command docTimothy Crosley2021-07-061-1/+1
* Fix URLs for 5.0.0 upgrade guideJohn Brock2021-06-231-3/+3
* Speed up init time further by avoiding import of ISortCommandTimothy Crosley2021-06-201-5/+0
* Implemented #1732: Support for custom sort functions.Timothy Crosley2021-06-201-2/+2
* 1732 adds sort_order allowing pythonic sort as an optionBob Walker2021-06-191-0/+6
* Implemented #1751: Strict typing enforcement (turned on mypy strict mode).Timothy Crosley2021-06-181-5/+6
* add format-errors and format-success optionsLéni Gauffier2021-06-171-4/+22
* Document that skip-gitignore requires git to be installedTimothy Crosley2021-06-151-1/+2
* Correct linting issueAniruddha2021-04-281-2/+2
* Modify docs to make only sections option more clearAniruddha2021-04-271-2/+2
* Modidy docs to make --only-sections flag more clearAniruddha2021-04-271-2/+3
* Use print instead of warn for "X was skipped"ruro2021-04-201-1/+1
* Better skip_file behavior for streamsissue/1705/stream/skip-failureTimothy Crosley2021-04-161-0/+1
* Resolved #1504: Added ability to push star imports to the top to avoid overri...Timothy Crosley2021-03-171-0/+6
* Add config option for reversing sort orderTimothy Crosley2021-03-161-0/+6
* Resolve #1684: Add support for --extend-skip and --extend-skip-globTimothy Crosley2021-03-131-2/+18
* fixup! fixup! Clarify documentation for --skip optiongofr2021-03-111-1/+1
* fixup! Clarify documentation for --skip optiongofr2021-03-111-1/+1
* Clarify documentation for --skip optiongofr2021-03-111-1/+3
* Merge branch 'develop' into issue/1659/force-sort-sections-with-relative-importsTimothy Edmund Crosley2021-03-101-3/+30
|\
| * Implemented #1638 / #1644: Provide a flag to ensure same file handle is used...Timothy Crosley2021-03-041-0/+8
| * Add test for allowing root, switch to allow root commandTimothy Crosley2021-03-011-7/+5
| * Fix no / safetyTimothy Crosley2021-02-281-0/+14
| * Fix errors found by deepsourceTimothy Crosley2021-02-271-4/+3
| * Resolved issue #1669: Parallel now defaults to number of CPU cores if no valu...Timothy Crosley2021-02-261-1/+9
* | Add new option for sorting relative imports in force-sorted sectionsgofr2021-02-141-0/+8
|/