Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. """Test module."""
  3.  
  4.  
  5. def test():
  6. """Tets function"""
  7. return 10
  8.  
  9. $ pylint test.py
  10. ...
  11. Global evaluation
  12. -----------------
  13. Your code has been rated at 10.00/10
  14. ...
  15. $ flake8 test.py
  16. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement