Skip to content

Commit 8796b46

Browse files
committed
Add missing black dev dependency
1 parent 67f4021 commit 8796b46

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed

poetry.lock

Lines changed: 69 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pre-commit = "^4.1.0"
2424
pytest = "^8.3.4"
2525
pytest-cov = "^6.0.0"
2626
codecov = "^2.1.13"
27+
black = "^25.1.0"
2728

2829
[tool.pytest]
2930
addopts = "--junitxml=junit/test-results.xml --cov=gischat --cov-report=html --cov-report=term --cov-report=xml"

0 commit comments

Comments
 (0)