From 663a2be7abd407fc680f426155ba26becaaa278d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Sun, 13 Mar 2022 13:15:46 +0100 Subject: Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910) --- pylint/pyreverse/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pylint/pyreverse/utils.py') diff --git a/pylint/pyreverse/utils.py b/pylint/pyreverse/utils.py index 5cb4138e7..52bfb4fbd 100644 --- a/pylint/pyreverse/utils.py +++ b/pylint/pyreverse/utils.py @@ -286,6 +286,7 @@ def infer_node(node: Union[nodes.AssignAttr, nodes.AssignName]) -> set: def check_graphviz_availability(): """Check if the ``dot`` command is available on the machine. + This is needed if image output is desired and ``dot`` is used to convert from *.dot or *.gv into the final output format. """ -- cgit v1.2.1