Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 24, 2023
1 parent 9b6116f commit 7631cec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
# Report again and fail if under 100%.
python -Im coverage report --fail-under=100
- name: Upload HTML report if check failed.
uses: actions/upload-artifact@v3
with:
Expand Down
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@ tests = [
"sybil>=6",
"typing-extensions; python_version<'3.9'",
]
typing = [
"mypy>=1.4",
"fastapi",
"flask",
"starlette",
"aiohttp",
"pyramid",
]
typing = ["mypy>=1.4", "fastapi", "flask", "starlette", "aiohttp", "pyramid"]
docs = [
"sphinx>=7.2.2",
"sphinx-design",
Expand Down

0 comments on commit 7631cec

Please sign in to comment.