mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove code style checking
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -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
|
||||
------------------------------
|
||||
|
||||
Reference in New Issue
Block a user