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 1103043 commit 8357f9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click = "*"
pytest-pypy = {path = "./tests/pytest-pypi", editable = true}
pytest-tap = "*"
stdeb = {version="*", sys_platform="== 'linux'"}
black = {git = "https://github.com/ambv/black.git", editable = true}
black = "*"


[packages]
Expand All @@ -21,4 +21,4 @@ black = {git = "https://github.com/ambv/black.git", editable = true}

[scripts]

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

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

0 comments on commit 8357f9e

Please sign in to comment.