summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix --diff command-line optionTimothy Crosley2019-11-092-2/+2
* More fine grained python stdlib inclusionTimothy Crosley2019-10-291-3/+3
* Switch from .format to f-string; switch from print to warnings where applicableTimothy Crosley2019-10-272-6/+6
* Remove Python3.5 specific checks in pipelineTimothy Crosley2019-10-241-10/+3
* Passing tests!Timothy Crosley2019-10-212-2/+1
* First working implementationTimothy Crosley2019-10-211-1/+1
* Fix version checkTimothy Crosley2019-10-141-1/+1
* Attempt version check compatability with mac shellTimothy Crosley2019-10-141-3/+2
* Skip 3.6+ linters on 3.5Timothy Crosley2019-10-131-3/+12
* Update to latest templateTimothy Crosley2019-10-131-1/+1
* Update to latest cruft templateTimothy Crosley2019-10-134-4/+8
* Switch to poetry run cruft checkTimothy Crosley2019-10-131-1/+1
* Update to latest cruft templateTimothy Crosley2019-10-131-0/+1
* Move tests into tests subdirectoryTimothy Crosley2019-10-133-5/+5
* Point coverage to correct test locationTimothy Crosley2019-10-121-1/+1
* Fix black call against test moduleTimothy Crosley2019-10-121-1/+1
* Ignore black / flake8 differencesTimothy Crosley2019-10-121-1/+1
* Make new scripts executableTimothy Crosley2019-10-114-0/+0
* Add new scripts to eventually replace .envTimothy Crosley2019-10-114-0/+20
* Auto-generate the complete list of stdlib modulesJon Dufresne2019-08-241-0/+46
* Remove unnecessary before_install.sh scriptJon Dufresne2019-08-151-28/+0
* Pull request to merge in latest hotfix master changes into develop branchTimothy Crosley2019-03-031-0/+28
* Switch to more windows compatible script methodologyTimothy Crosley2014-01-231-68/+0
* Add balanced import command line argumentTimothy Crosley2014-01-041-0/+2
* Merge pull request #92 from timothycrosley/feature/editorconfig-supportTimothy Edmund Crosley2014-01-011-3/+6
|\
| * Add support for editor config, add editorconfig fileTimothy Crosley2014-01-011-3/+6
* | Add tests for consistent modification syntaxTimothy Crosley2014-01-011-2/+2
|/
* Add missing importIonel Cristian Mărieș2013-12-041-0/+1
* Add -sl, force_single_line option to command line toolTimothy Crosley2013-11-301-0/+2
* Support for printing a diff of proposed changes instead of modifying the fileTimothy Crosley2013-11-141-0/+2
* Fix issue 77: Add support for changing the default section for unknown importsTimothy Crosley2013-11-141-1/+3
* Small fixTimothy Crosley2013-11-131-1/+1
* Update to use pies 2.0Timothy Crosley2013-11-131-1/+1
* The isort script returns the status code '1' in case of incorrectly sorted filesOskar Hahn2013-10-301-1/+6
* Fix issue #54: Add initial support for using isort as a format verififierTimothy Crosley2013-10-261-0/+3
* Keep selection even after sorting, update documentation to note new separate ...Timothy Crosley2013-10-261-1/+1
* Merge pull request #52 from timothycrosley/feature/fix-issue-50Timothy Edmund Crosley2013-10-201-2/+3
|\
| * Fix issue #50: Add support for vertical grid display mode, improve how enums ...Timothy Crosley2013-10-201-2/+3
* | Fix issue #49: django.utils.six not sorted correctly - improving module place...Timothy Crosley2013-10-181-0/+1
|/
* Fix issue 38: provide a simple flag for moving outputing to stdout (-d)Timothy Crosley2013-10-071-28/+27
* Add support for quickly (bulk) adding and removing imports w/ tests and kate ...Timothy Crosley2013-10-061-0/+4
* Removed extra newline when writing to stdoutDaniel Cowgill2013-09-161-1/+1
* Fix issue #9, implement support for multiple wrap modes and length based sortingTimothy Crosley2013-09-051-1/+6
* Allow piping a file through isort.Aaron Gallagher2013-09-041-2/+10
* Initial isort releaseTimothy Crosley2013-09-041-0/+30