2326c41 fastcheck: do not test context in pycodestyle

1 file Authored by pvoborni 6 years ago, Committed by tdudlak 6 years ago,
1 file changed. 1 lines added. 1 lines removed.
    fastcheck: do not test context in pycodestyle
    
    `git diff` shows also context lines by default. When passed to pycodestyle
    it can produce errors unrelated to changed lines. It prevents running of
    subsequent checks.
    
    Limiting context to 0 lines by `git diff -U0` enables to test only the
    modified lines and allows to run subsequent checks.
    
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    
        
file modified
+1 -1