Skip to content

Commit

Permalink
hotfix (#90)
Browse files Browse the repository at this point in the history
* added a contribution page

* flake8 hotfix
  • Loading branch information
koaning authored Mar 31, 2019
1 parent 25a8732 commit 5da3a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
flake:
flake8 sklego
flake8 tests
flake8 setup.py

install:
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
dev_packages = docs_packages + ["flake8>=3.6.0", "matplotlib>=3.0.2",
"pytest==4.0.2", "nbval>=0.9.1",
"plotnine>=0.5.1", "jupyter==1.0.0",
"jupyterlab==0.35.4",]
"jupyterlab==0.35.4"]


def read(fname):
Expand Down

0 comments on commit 5da3a95

Please sign in to comment.