Skip to content

Commit

Permalink
add missing type definitions to project
Browse files Browse the repository at this point in the history
  • Loading branch information
jhidding committed Jul 18, 2024
1 parent 58dae1a commit 6827d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
python -m pip install --upgrade pip poetry
poetry install
poetry run mypy --install-types
- name: Lint with MyPy
run: |
poetry run mypy
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ mkdocstrings = { extras = ["python"], version = "^0.21.2" }
twine = "^4.0.2"
pytest-asyncio = "^0.21.1"
ruff = "^0.4.4"
types-pyyaml = "^6.0.12.20240311"
types-pygments = "^2.18.0.20240506"
types-colorama = "^0.4.15.20240311"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 6827d6d

Please sign in to comment.