| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | only skip real comments | Christian Decker | 2021-10-27 | 1 | -0/+5 | |
| | | ||||||
| * | Increase test coverage | Aniruddha | 2021-10-15 | 1 | -4/+32 | |
| | | ||||||
| * | Add test coverage | Aniruddha | 2021-10-07 | 1 | -0/+20 | |
| | | ||||||
| * | Increase test coverage | Aniruddha | 2021-10-07 | 2 | -4/+15 | |
| | | ||||||
| * | Correct linting errors and update tests | Aniruddha | 2021-10-07 | 2 | -20/+30 | |
| | | ||||||
| * | Add test for resolve all configs flag | Aniruddha | 2021-10-07 | 1 | -0/+76 | |
| | | ||||||
| * | RCorrect deepsource errors | Aniruddha | 2021-10-03 | 2 | -14/+14 | |
| | | ||||||
| * | Add test for resolve-all-configs flag | Aniruddha | 2021-10-03 | 2 | -0/+88 | |
| | | ||||||
| * | Merge pull request #1818 from sgaist/issue/1646 | Timothy Edmund Crosley | 2021-10-01 | 3 | -0/+19 | |
| |\ | | | | | feature: implement lines before imports | |||||
| | * | feature: implement lines before imports | Samuel Gaist | 2021-09-30 | 3 | -0/+19 | |
| | | | ||||||
| * | | Add an option to set a footer for every import section | Parnassius | 2021-09-30 | 2 | -0/+161 | |
| |/ | | | | Closes #1733 | |||||
| * | Add test to test adequate exception handling | Aniruddha | 2021-09-14 | 1 | -1/+36 | |
| | | ||||||
| * | Spelling fixes | Ville Skyttä | 2021-08-16 | 4 | -5/+5 | |
| | | ||||||
| * | Add test case for issue #1799 | Timothy Crosley | 2021-08-06 | 1 | -0/+30 | |
| | | ||||||
| * | Fix skip | Timothy Crosley | 2021-07-29 | 1 | -1/+1 | |
| | | ||||||
| * | Revert "Revert "Fixed #1785: module incorrectly excluded from stdlib ↵ | Timothy Crosley | 2021-07-29 | 1 | -1/+3 | |
| | | | | | | | definition."" This reverts commit 8ae8d5045bcc4b80850d22fc4191dc36552d4e5b. | |||||
| * | Fixed #1792: Sorting literals sometimes ignored when placed on first few ↵ | Timothy Crosley | 2021-07-27 | 1 | -0/+41 | |
| | | | | | lines of file. | |||||
| * | Merge branch 'main' of https://github.com/timothycrosley/isort | Timothy Crosley | 2021-07-23 | 2 | -2/+25 | |
| |\ | ||||||
| | * | Merge branch 'main' into better-gitignore | Timothy Edmund Crosley | 2021-07-20 | 6 | -2/+54 | |
| | |\ | ||||||
| | * | | Check gitignore more intelligently | Jeremy Paige | 2021-07-20 | 2 | -2/+25 | |
| | | | | ||||||
| * | | | Make all exceptions pickleable | Timothy Crosley | 2021-07-23 | 1 | -0/+5 | |
| | |/ |/| | ||||||
| * | | Fixed #1781: CLI flag shouldn't take any arguments. | Timothy Crosley | 2021-07-14 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fixed #1771: Improved handling of skips against named streamed in content. | Timothy Crosley | 2021-07-08 | 1 | -0/+17 | |
| | | | ||||||
| * | | Fix issue #1767: codec error in __init__ files without proper encoding set | Timothy Crosley | 2021-07-08 | 4 | -1/+5 | |
| | | | ||||||
| * | | Fix issue #1769: Add imports can be added to incorrect location | Timothy Crosley | 2021-07-07 | 1 | -0/+30 | |
| |/ | ||||||
| * | Add support for glob expansion in src_paths | Giuseppe Lumia | 2021-06-27 | 1 | -1/+12 | |
| | | | | | Relates to #1704 | |||||
| * | Address linting errors | Timothy Crosley | 2021-06-20 | 5 | -48/+65 | |
| | | ||||||
| * | Migrate mypy from setuf.cfg -> pyproject.toml. Starting running against ↵ | Timothy Crosley | 2021-06-20 | 8 | -75/+86 | |
| | | | | | tests in CI | |||||
| * | Implemented #1722: Improved behavior for running isort in atomic mode over ↵ | Timothy Crosley | 2021-06-20 | 1 | -0/+11 | |
| | | | | | Cython source files. | |||||
| * | Update integration testst to understand new sort_order setting | Timothy Crosley | 2021-06-20 | 1 | -0/+1 | |
| | | ||||||
| * | Implemented #1732: Support for custom sort functions. | Timothy Crosley | 2021-06-20 | 3 | -19/+51 | |
| | | ||||||
| * | 1732 adds sort_order allowing pythonic sort as an option | Bob Walker | 2021-06-19 | 1 | -0/+19 | |
| | | ||||||
| * | Merge pull request #1750 from legau/formatoutput | Timothy Edmund Crosley | 2021-06-17 | 1 | -3/+15 | |
| |\ | | | | | add format-errors and format-success options | |||||
| | * | add format-errors and format-success options | Léni Gauffier | 2021-06-17 | 1 | -3/+15 | |
| | | | ||||||
| * | | Implemented #1394: 100% branch coverage (in addition to line coverage) enforced. | Timothy Crosley | 2021-06-17 | 1 | -14/+61 | |
| | | | ||||||
| * | | Full coverage for isort/api.py | Timothy Crosley | 2021-06-17 | 2 | -1/+30 | |
| | | | ||||||
| * | | Fix missing coverage | Timothy Crosley | 2021-06-17 | 3 | -10/+40 | |
| | | | ||||||
| * | | Add test case for add import skip feature | Timothy Crosley | 2021-06-16 | 1 | -0/+50 | |
| |/ | ||||||
| * | Merge pull request #1703 from legau/gitignore-fast | Timothy Edmund Crosley | 2021-06-15 | 1 | -33/+113 | |
| |\ | | | | | Faster gitignore | |||||
| | * | windows ok | Léni Gauffier | 2021-06-13 | 1 | -7/+10 | |
| | | | ||||||
| | * | tests ok | Léni Gauffier | 2021-04-12 | 1 | -33/+110 | |
| | | | ||||||
| * | | Fixed #1721: repeat noqa comments on separate from lines with ↵ | Timothy Crosley | 2021-06-13 | 1 | -0/+16 | |
| | | | | | | | | | force-single-line set, sometimes get dropped. | |||||
| * | | Fixed #1744: repeat noqa comments dropped when * import and non * imports ↵ | Timothy Crosley | 2021-06-12 | 1 | -0/+55 | |
| | | | | | | | | | exist from the same package. | |||||
| * | | Formatting | Timothy Crosley | 2021-06-10 | 1 | -6/+9 | |
| | | | ||||||
| * | | Fixed #1741 | Timothy Crosley | 2021-06-10 | 2 | -5/+77 | |
| | | | ||||||
| * | | Work around integration issue with plone test | Timothy Crosley | 2021-06-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update test_api.py | Timothy Edmund Crosley | 2021-05-31 | 1 | -0/+1 | |
| | | | ||||||
| * | | add benchmark | shotat | 2021-05-30 | 1 | -0/+28 | |
| | | | ||||||
| * | | Fix airflow integration test | Timothy Crosley | 2021-05-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix issue #1726: isort ignores reverse_sort when force_sort_within_sections ↵ | Timothy Crosley | 2021-05-11 | 1 | -0/+33 | |
| | | | | | | | | | is true. | |||||
