Skip to content

Commit

Permalink
add pylint and black to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Dec 22, 2018
1 parent d524b71 commit 2c432cf
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 62 deletions.
5 changes: 5 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ pytest-asyncio = "*"
bumpversion = "*"
pre-commit = "*"
pydoc-markdown = "*"
pylint = "*"
black = "*"

[requires]
python_version = "3.7"

[pipenv]
allow_prereleases = true
201 changes: 139 additions & 62 deletions Pipfile.lock

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

0 comments on commit 2c432cf

Please sign in to comment.