summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Cleanup deprecated extrasstaticdev2023-02-093-43/+0
* Merge pull request #1948 from timgates42/bugfix_typo_determinationTimothy Edmund Crosley2023-01-231-1/+1
|\
| * docs: fix simple typo, detrmination -> determinationTim Gates2022-07-031-1/+1
* | Merge pull request #2065 from parafoxia/task/fix-sort-reexportsTimothy Edmund Crosley2023-01-191-0/+81
|\ \
| * | Add tests and fix some final bugsEthan Henderson2023-01-021-0/+81
* | | Remove unnecessary _future modulestaticdev2022-12-301-2/+0
|/ /
* | Restore cruft usageTimothy Crosley2022-12-291-3/+3
* | Fix linting errors from latest depednency upgradesTimothy Crosley2022-12-292-2/+2
* | Added test case for cython pure python importJuan Toledo2022-12-271-0/+17
* | Remove obsolete `toml` import from the test suiteMichał Górny2022-12-211-2/+0
* | Fix tests and lintstaticdev2022-12-151-1/+4
* | Move integration tests to its folderstaticdev2022-12-122-188/+1
* | Remove unused type ignorestaticdev2022-12-111-1/+1
* | Reformat new blackstaticdev2022-12-111-9/+6
* | Fix mypy errorstaticdev2022-12-111-1/+1
* | Test `black` compatibility for `.pyi` type stub filesXuehai Pan2022-12-101-4/+82
|/
* blackTimothy Crosley2022-05-141-1/+1
* Merge branch 'main' into trailing_commaTimothy Edmund Crosley2022-05-111-0/+18
|\
| * Add test to check for infinite loop on unmatched parenthesisAniruddha2022-04-131-0/+18
* | Add magic trailing comma optionLéni Gauffier~2022-03-133-0/+20
|/
* fix lines_before_imports appending lines after commentsLéni Gauffier2021-12-011-4/+18
* Improve coveageTimothy Crosley2021-11-241-0/+83
* Poetry updateTimothy Crosley2021-11-141-1/+2
* Fixed #1819: Occasional inconsistency with multiple src paths.Timothy Crosley2021-11-081-0/+44
* Revert "only skip real comments"Timothy Edmund Crosley2021-11-061-21/+0
* Fixes #1838: don't append imports where no imports are presentTimothy Crosley2021-11-031-0/+13
* Fix formattingTimothy Crosley2021-10-301-6/+7
* use regex to mach file_skipChristian Decker2021-10-281-0/+7
* fix linterChristian Decker2021-10-281-1/+5
* handle without space after hashChristian Decker2021-10-271-1/+6
* only skip real commentsChristian Decker2021-10-271-0/+5
* Increase test coverageAniruddha2021-10-151-4/+32
* Add test coverageAniruddha2021-10-071-0/+20
* Increase test coverageAniruddha2021-10-072-4/+15
* Correct linting errors and update testsAniruddha2021-10-072-20/+30
* Add test for resolve all configs flagAniruddha2021-10-071-0/+76
* RCorrect deepsource errorsAniruddha2021-10-032-14/+14
* Add test for resolve-all-configs flagAniruddha2021-10-032-0/+88
* Merge pull request #1818 from sgaist/issue/1646Timothy Edmund Crosley2021-10-011-0/+13
|\
| * feature: implement lines before importsSamuel Gaist2021-09-301-0/+13
* | Add an option to set a footer for every import sectionParnassius2021-09-301-0/+157
|/
* Add test to test adequate exception handlingAniruddha2021-09-141-1/+36
* Spelling fixesVille Skyttä2021-08-164-5/+5
* Add test case for issue #1799Timothy Crosley2021-08-061-0/+30
* Fixed #1792: Sorting literals sometimes ignored when placed on first few line...Timothy Crosley2021-07-271-0/+41
* Merge branch 'main' of https://github.com/timothycrosley/isortTimothy Crosley2021-07-232-2/+25
|\
| * Merge branch 'main' into better-gitignoreTimothy Edmund Crosley2021-07-206-2/+54
| |\
| * | Check gitignore more intelligentlyJeremy Paige2021-07-202-2/+25
* | | Make all exceptions pickleableTimothy Crosley2021-07-231-0/+5
| |/ |/|
* | Fixed #1781: CLI flag shouldn't take any arguments.Timothy Crosley2021-07-141-1/+2