kwalitee: eval/execfile call checking
- Adds Python eval() and execfile() call checking (--check-eval CLI option).
- Human-proofed eval() and execfile() call statements should be silenced by ending the corresponding source code line with # kwalitee: disable=eval comment.