mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
Test against Python 3.15-dev, bump ty and Black (#738)
* Add Python 3.15-dev to test matrix * Run ty check only on 3.14 * Bump Black version * Update tabulate and use that in * Bump to latest ty
This commit is contained in:
parent
8d74ffc932
commit
8f0c06e188
17 changed files with 175 additions and 216 deletions
|
|
@ -33,7 +33,7 @@ dependencies = [
|
|||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"black>=24.1.1",
|
||||
"black>=26.3.1",
|
||||
"cogapp",
|
||||
"hypothesis",
|
||||
"pytest",
|
||||
|
|
@ -47,7 +47,9 @@ dev = [
|
|||
# flake8
|
||||
"flake8",
|
||||
"flake8-pyproject",
|
||||
"ty",
|
||||
"ty>=0.0.37",
|
||||
# For stable cog:
|
||||
"tabulate>=0.10.0",
|
||||
]
|
||||
docs = [
|
||||
"beanbag-docutils>=2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue