Skip to content

Commit

Permalink
Add flake8 to dev requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdickerson committed Feb 16, 2019
1 parent 63067e6 commit faa4761
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 66 deletions.
9 changes: 2 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[dev-packages]


flake8 = "*"
flake8-isort = "*"

[packages]

setuptools = "*"
spidev = "*"
"rpi.gpio" = "*"
Expand All @@ -19,7 +16,5 @@ google-api-python-client = "*"
pytz = "*"
python-dateutil = "*"


[requires]

python_version = "3.5"
203 changes: 144 additions & 59 deletions Pipfile.lock

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

7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[flake8]
exclude=waveshare/
max-line-length=119

[isort]
line_length=120
indent=' '

0 comments on commit faa4761

Please sign in to comment.