Skip to content

Commit 3ac96e6

Browse files
committed
add black to uv dev dependencies
1 parent 271cf19 commit 3ac96e6

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ version_scheme = "no-guess-dev"
7777

7878
[tool.black]
7979
line-length = 79
80-
target-version = ['py38', 'py39', 'py310', 'py311']
80+
target-version = ['py38', 'py39', 'py310', 'py311', 'py312', 'py313']
8181

8282
[tool.pytest.ini_options]
8383
minversion = "6.0"
@@ -88,6 +88,7 @@ testpaths = [
8888

8989
[dependency-groups]
9090
dev = [
91+
"black>=25.9.0",
9192
"linkchecker>=10.6.0",
9293
"pytest>=8.4.1",
9394
]

uv.lock

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)