diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b302dd9..295f68b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,3 +46,7 @@ repos: rev: v1.6.25 hooks: - id: actionlint-docker + +ci: + skip: + - actionlint-docker diff --git a/pytest_localserver/https.py b/pytest_localserver/https.py index d1382ae..2432774 100644 --- a/pytest_localserver/https.py +++ b/pytest_localserver/https.py @@ -126,9 +126,12 @@ def __init__(self, host="localhost", port=0, key=DEFAULT_KEY, cert=DEFAULT_CERTI def certificate(self): """ Returns the path to the server's SSL/TLS certificate file. - Clients can use this path to access and verify the server's identity by incorporating the certificate. + Clients can use this path to access and verify the server's identity by + incorporating the certificate. - Note: Do not rely on having a stable filesystem path for the returned certificate path across different versions or test runs. + .. note:: + Do not rely on having a stable filesystem path for the returned + certificate path across different versions or test runs. """ return self._cert