summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure outer scope variables aren't redefinedfeature/dont-redefine-from-outer-scopeTimothy Crosley2020-05-163-42/+44
* Remove unused importTimothy Crosley2020-05-161-2/+0
* Remove unused importsTimothy Crosley2020-05-166-29/+3
* Mode read_file into File classTimothy Crosley2020-05-163-14/+14
* Merge pull request #1204 from timothycrosley/deepsource-fix-1abc60e3Timothy Edmund Crosley2020-05-161-1/+2
|\
| * Change methods not using its bound instance to ...deepsource-autofix[bot]2020-05-171-1/+2
|/
* Add deep source badgeTimothy Crosley2020-05-161-0/+1
* Fix exclusionsTimothy Crosley2020-05-161-1/+6
* Make it explicit that nothing is returned in init, just used as short circuitTimothy Crosley2020-05-161-1/+2
* Fix missing assertsTimothy Crosley2020-05-162-8/+3
* Switch to set comprehension for better performanceTimothy Crosley2020-05-152-9/+9
* Merge pull request #1203 from timothycrosley/deepsource-fix-bdaafe91Timothy Edmund Crosley2020-05-141-6/+2
|\
| * Use literal syntax to create data structuredeepsource-fix-bdaafe91deepsource-autofix[bot]2020-05-151-6/+2
|/
* Merge pull request #1201 from timothycrosley/deepsource-fix-288c0392Timothy Edmund Crosley2020-05-133-14/+14
|\
| * Remove unused variablesdeepsource-autofix[bot]2020-05-143-14/+14
|/
* Merge pull request #1199 from timothycrosley/deepsource-fix-f17b244aTimothy Edmund Crosley2020-05-131-2/+2
|\
| * Remove unnecessary comprehensiondeepsource-fix-f17b244adeepsource-autofix[bot]2020-05-141-2/+2
|/
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-05-137-4/+122
|\
| * Update .deepsource.tomlTimothy Edmund Crosley2020-05-121-2/+2
| * Update .deepsource.tomlDeepSource Bot2020-05-121-1/+1
| * Update .deepsource.tomlDeepSource Bot2020-05-121-1/+1
| * Add .deepsource.tomlDeepSource Bot2020-05-121-0/+10
| * Merge pull request #1122 from hugovk/add-ghaTimothy Edmund Crosley2020-05-112-0/+86
| |\
| | * use v2 of actions/checkoutHugo2020-03-092-2/+2
| | * Lint and test on GitHub ActionsHugo2020-02-102-0/+86
| * | Merge pull request #1187 from scop/changelog-project-urlTimothy Edmund Crosley2020-05-111-0/+1
| |\ \
| | * | Add changelog project URLVille Skyttä2020-05-051-0/+1
| * | | Merge pull request #1197 from ucodery/docker-speedTimothy Edmund Crosley2020-05-113-4/+25
| |\ \ \
| | * | | speed up docker build timesJeremy Paige2020-05-083-4/+25
* | | | | Fix outlines conditional to not needlesly check length twiceTimothy Crosley2020-05-131-1/+1
|/ / / /
* | | | Update tests to :fingers-crossed: work on windowsTimothy Crosley2020-05-111-1/+1
* | | | Update tests to :fingers-crossed: work on windowsTimothy Crosley2020-05-111-7/+2
* | | | Update dependenciesTimothy Crosley2020-05-113-454/+567
* | | | 100% test coverage achievedTimothy Crosley2020-05-102-13/+17
* | | | Add initial tests for virtual env loadingTimothy Crosley2020-05-101-0/+10
* | | | Add test for nested requirementsTimothy Crosley2020-05-101-0/+5
* | | | Improve finders code coverage, fix tests not running due to inheretince appro...Timothy Crosley2020-05-091-3/+11
* | | | Add test for no pipreqsTimothy Crosley2020-05-091-0/+5
* | | | Add test coverage for finders managerTimothy Crosley2020-05-094-4/+35
* | | | Fix test failures by upgrading pip-shims versionTimothy Crosley2020-05-092-119/+731
* | | | Add additional tests; achieve 100% test coverage for parse moduleTimothy Crosley2020-05-073-3/+31
|/ / /
* | | 100% test coverage for main.pyTimothy Crosley2020-05-062-2/+19
* | | Allow --check to be used in addition to --check-onlyTimothy Crosley2020-05-051-0/+1
* | | Increase main test coverage adding significantly more sub test casesTimothy Crosley2020-05-052-2/+51
|/ /
* | Add test for JSON preconvert stepTimothy Crosley2020-05-041-0/+8
* | Update test.mainTimothy Crosley2020-05-042-11/+56
* | Output config as JSON to make it easier to use from programatic scripts, add ...Timothy Crosley2020-05-032-2/+41
* | Skip if __name__ == "__main__":Timothy Crosley2020-05-031-0/+1
* | Add initial test for main.parse_argsTimothy Crosley2020-05-031-0/+7
* | Add testing for skip exceptions in main.sort_importsTimothy Crosley2020-05-032-5/+9