mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-28 03:44:31 +02:00
Upgrade to latest Black
This commit is contained in:
parent
b7def00b8c
commit
ff57a97482
2 changed files with 14 additions and 10 deletions
2
setup.py
2
setup.py
|
|
@ -32,7 +32,7 @@ setup(
|
|||
"pluggy",
|
||||
],
|
||||
extras_require={
|
||||
"test": ["pytest", "black", "hypothesis", "cogapp"],
|
||||
"test": ["pytest", "black>=24.1.1", "hypothesis", "cogapp"],
|
||||
"docs": [
|
||||
"furo",
|
||||
"sphinx-autobuild",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue