Skip to content

Commit

Permalink
Add pre-commit and black into dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vtitor committed Jun 19, 2018
1 parent 072762e commit 3132590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
test_suite="tests",
packages=["verbalexpressions"],
tests_require=["six"],
extras_require={"dev": ["pre-commit", "black"]},
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
Expand Down

0 comments on commit 3132590

Please sign in to comment.