Skip to content

Commit 11f6a42

Browse files
committed
Add black and use on each test run
1 parent d4fcaf0 commit 11f6a42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
with:
1414
use_poetry: true
1515
use_sphinx: true
16+
use_black: true
1617
python_version: ${{ matrix.python-version }}

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Flask = ">=2.0"
3636
Babel = ">=2.12"
3737
Jinja2 = ">=3.1"
3838

39-
[tool.poetry.dev-dependencies]
39+
[tool.poetry.group.dev.dependencies]
40+
black = "^24.4.2"
4041
pytest = "^7.2.0"
4142
pytest-mock = "^3.10.0"
4243
bumpversion = "^0.6.0"

0 commit comments

Comments
 (0)