Skip to content

Commit

Permalink
Added flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
cganterh committed Mar 23, 2018
1 parent bea6556 commit 86d2e5e
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.PHONY: test
test:
flake8 .
MYPYPATH=stubs mypy le.py
coverage run tests.py
coverage report
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ url = "https://pypi.python.org/simple"
"e1839a8" = {path = ".", editable = true}
mypy = "*"
coverage = "*"
"flake8" = "*"
"flake8-docstrings" = "*"
66 changes: 65 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = le
version = 0.3.0
version = 0.3.1
url = https://github.com/cganterh/le
author = Cristóbal Ganter
author_email = cganterh@gmail.com
Expand Down

0 comments on commit 86d2e5e

Please sign in to comment.