alexcouper / captainhook

Git hook scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isort for irrelivant files on commit not python file

worroc opened this issue · comments

issue of captainhook/captainhook/checkers/isort_checker.py

When i commit not python file for instance "settings.cfg" the plugin executes "isort -df --quiet" the check all my project.

The behavior should be just commit without running the isort