Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <[email protected]>
  • Loading branch information
kennethreitz committed Mar 14, 2018
1 parent 2fa5b84 commit 1103043
Show file tree
Hide file tree
Showing 6 changed files with 1,053 additions and 1,076 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ click = "*"
pytest-pypy = {path = "./tests/pytest-pypi", editable = true}
pytest-tap = "*"
stdeb = {version="*", sys_platform="== 'linux'"}
black = {git = "https://github.com/ambv/black.git", python_version = "=='3.6'"}
black = {git = "https://github.com/ambv/black.git", editable = true}


[packages]



[scripts]

tests = "bash ./run-tests.sh"
6 changes: 3 additions & 3 deletions Pipfile.lock

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

Loading

0 comments on commit 1103043

Please sign in to comment.