remove code style checking

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-20 10:12:19 -05:00
parent f7fa079574
commit af3c13504c
-13
View File
@@ -174,19 +174,6 @@ Example::
✨🍰✨
☤ Code Style Checking
---------------------
Pipenv has `Flake 8 <http://flake8.pycqa.org/en/latest/>`_ built into it. You can check the style of your code like so, without installing anything::
$ cat t.py
import requests
$ pipenv check --style t.py
t.py:1:1: F401 'requests' imported but unused
t.py:1:16: W292 no newline at end of file
Super useful :)
☤ Open a Module in Your Editor
------------------------------