Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mypy & typeguard tests + fix dependencies + add some typing #593

Merged
merged 5 commits into from
Oct 19, 2023

Conversation

Quentame
Copy link
Member

@Quentame Quentame commented Oct 18, 2023

Fix dependency issue from mypy dependency bump : #594

Fix CVE security alert https://github.com/hacf-fr/freebox-api/security/dependabot/18 from urllib3 <= 1.26.17

Add links to API public documentation

Remove deprecated:
-api.call.get_call_list --> get_calls_log
-api.dhcp.get_dynamic_dhcp_lease --> get_dhcp_dynamic_leases
-api.dhcp.get_static_dhcp_lease --> get_dhcp_static_leases

@Quentame Quentame changed the title Add mypy & typeguard tests Add mypy & typeguard tests + add some typing Oct 18, 2023
@Quentame Quentame added removal Removals and Deprecations testing Testing ci Continuous Integration python Pull requests that update Python code labels Oct 18, 2023
@@ -186,7 +186,7 @@ def docs(session: Session) -> None:
"""Build and serve the documentation with live reloading on file changes."""
args = session.posargs or ["--open-browser", "docs", "docs/_build"]
session.install(".")
session.install("sphinx", "sphinx-autobuild", "sphinx-click", "sphinx-rtd-theme")
session.install("sphinx", "sphinx-autobuild", "sphinx-click")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add sphinx-rtd-theme entirely in a new PR

@Quentame Quentame changed the title Add mypy & typeguard tests + add some typing Add mypy & typeguard tests + fix dependencies + add some typing Oct 19, 2023
@Quentame Quentame merged commit e4ebda4 into master Oct 19, 2023
19 of 20 checks passed
@Quentame Quentame deleted the ci-add-tests branch October 19, 2023 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration Hacktoberfest hacktoberfest-accepted python Pull requests that update Python code removal Removals and Deprecations testing Testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant