summaryrefslogtreecommitdiff
path: root/isort/hooks.py
Commit message (Expand)AuthorAgeFilesLines
* Formatting fixTimothy Crosley2023-01-281-1/+4
* Add the ability to restrict which directories isort works againstVal Komarov2022-09-061-2/+6
* Spelling fixesVille Skyttä2021-08-161-1/+1
* Remove blank line after doc string found by deep sourceTimothy Crosley2021-04-171-1/+0
* Remove unecesary blank linesTimothy Crosley2020-12-231-6/+3
* Extends git_hook to allow for a user-specified configuration file.Luca Di Sera2020-08-221-2/+12
* Adds lazy option to git hook.Tamas Szabo2020-07-251-1/+7
* Implemented support for automatic redundant alias removal (issue #1281).Timothy Crosley2020-07-131-4/+4
* Fixed #1280: rewrite of as imports changes the behavior of the importsTimothy Crosley2020-07-131-5/+10
* Fix usage without modified files of git hookTimothy Crosley2020-07-111-0/+2
* - Fixed #1301: Import headings in nested sections leads to check errorsTimothy Crosley2020-07-111-5/+5
* - Fixed #1301: Import headings in nested sections leads to check errorsTimothy Crosley2020-07-111-2/+4
* Fixed #1294: bundled git hook broken in V5.Timothy Crosley2020-07-111-7/+5
* Sort imports and fix sorting of imports via CLITimothy Crosley2020-04-051-1/+1
* Fix hooks module to use new APITimothy Crosley2020-03-241-6/+7
* Fix typo in hooks module, to point to filenameTimothy Crosley2020-01-241-2/+2
* Update to new 100 line length limit. Re-run blackTimothy Crosley2019-10-121-35/+6
* Add several missing type annotationsJon Dufresne2019-08-171-1/+1
* Introduce Black to automate code formattingJon Dufresne2019-08-151-8/+10
* Simplify subprocess use with high level run APIJon Dufresne2019-08-141-8/+9
* add type hints to isort/Maxim Kurnikov2019-02-251-2/+3
* Merge branch 'develop' into py3Timothy Edmund Crosley2019-02-241-2/+11
|\
| * Update usage example for git hook in docstringBendik Samseth2019-02-191-5/+5
| * Add modify option to git hookBendik Samseth2019-02-191-1/+10
* | Make isort run with Python 3 onlyJon Dufresne2019-02-161-1/+1
|/
* Added git hook and documentationHelen Sherwood-Taylor2015-01-151-0/+82