Skip to content

Commit

Permalink
fixup! CI: Add job configuration for "python-flask"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 23, 2023
1 parent a213ca2 commit 6fad936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python-flask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install = [
run = [
{cmd=".venv/bin/python app.py"},
]
test = [
check = [
{cmd="python -m py_compile app.py"},
{cmd="ruff --ignore=E713 app.py"},
{cmd="python app.py --info"},
Expand Down
1 change: 1 addition & 0 deletions python-flask/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruff==0.1.6

0 comments on commit 6fad936

Please sign in to comment.