Skip to content

Commit

Permalink
Add black and use on each test run
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Jun 18, 2024
1 parent d4fcaf0 commit 11f6a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
with:
use_poetry: true
use_sphinx: true
use_black: true
python_version: ${{ matrix.python-version }}
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Flask = ">=2.0"
Babel = ">=2.12"
Jinja2 = ">=3.1"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
pytest = "^7.2.0"
pytest-mock = "^3.10.0"
bumpversion = "^0.6.0"
Expand Down

0 comments on commit 11f6a42

Please sign in to comment.