dealertrack / flake8-diff

Run flake8 across a set of changed files and filter out violations occurring only on the lines that were changed.
MIT License
20 stars 8 forks source link

flake8 triggers for deleted files #29

Closed miki725 closed 8 years ago

miki725 commented 8 years ago
Found violations: hello.py
    E902 @ 1:1 - FileNotFoundError: [Errno 2] No such file or directory: 'hello.py'

Obviously above error is silly since file is removed so flake8 should not be triggered.