Unit test enforcing black formatting

Only runs for Python 3.6 at the moment.

See https://github.com/python/black/issues/425
This commit is contained in:
Simon Willison 2019-05-03 21:06:47 -04:00
commit f9193e7a18
2 changed files with 20 additions and 0 deletions

View file

@ -54,6 +54,7 @@ setup(
"pytest-asyncio==0.10.0",
"aiohttp==3.5.3",
"beautifulsoup4==4.6.1",
"black",
]
},
tests_require=["datasette[test]"],