We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fcaf0 commit 11f6a42Copy full SHA for 11f6a42
.github/workflows/test.yml
@@ -13,4 +13,5 @@ jobs:
13
with:
14
use_poetry: true
15
use_sphinx: true
16
+ use_black: true
17
python_version: ${{ matrix.python-version }}
pyproject.toml
@@ -36,7 +36,8 @@ Flask = ">=2.0"
36
Babel = ">=2.12"
37
Jinja2 = ">=3.1"
38
39
-[tool.poetry.dev-dependencies]
+[tool.poetry.group.dev.dependencies]
40
+black = "^24.4.2"
41
pytest = "^7.2.0"
42
pytest-mock = "^3.10.0"
43
bumpversion = "^0.6.0"
0 commit comments