Skip to content

Commit

Permalink
feat: add flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
j-abi authored and Hartorn committed Nov 4, 2019
1 parent 5e84b66 commit b1be1f9
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[flake8]
max-line-length = 100
count = True
exclude =
.git,
dist,
*ipynb,
*.egg,
.cache
46 changes: 44 additions & 2 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ xgboost="0.90"
matplotlib="3.1.1"
wget="3.2"
pandas="0.25.1"
flake8="3.7.9"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit b1be1f9

Please sign in to comment.