alexcouper / captainhook

Git hook scripts
BSD 3-Clause "New" or "Revised" License
54 stars 14 forks source link

[#94] isort checker now works with isort >=4.1. #99

Closed mknecht closed 8 years ago

mknecht commented 8 years ago

isort 4.1 outputs it's logo by default, so we use the --quiet option added in 4.1.1's to remove it again. Instead of supporting both any isort version, captainhook now requires isort 4.1.1 for simplicity.

Resolves issue #94 .

alexcouper commented 8 years ago

Thanks for this :)

I added the dependency to setup.py where it is also needed.