mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-13 12:04:09 +02:00
Upgrade to latest Black
This commit is contained in:
parent
ea0de7ec0c
commit
976cf81dc9
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