Applied Black plus some extra type hints

This commit is contained in:
Simon Willison 2021-08-18 14:55:37 -07:00
commit 282e81362a
2 changed files with 10 additions and 4 deletions

View file

@ -33,7 +33,13 @@ setup(
extras_require={
"test": ["pytest", "black", "hypothesis"],
"docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],
"mypy": ["mypy", "types-click", "types-tabulate", "types-python-dateutil", "data-science-types"],
"mypy": [
"mypy",
"types-click",
"types-tabulate",
"types-python-dateutil",
"data-science-types",
],
"flake8": ["flake8"],
},
entry_points="""