X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=make_graph.py;h=b9124d6ab9fc0c9e67cb81df7908dbe61aeb680a;hp=16ebcba725c8cf1b503c9da1e2be8332449f87ab;hb=3f34adad3b6596b3a99175b071f83e70a5e0d594;hpb=17c74326c15ed713ccb0bf21c509ef2ca403685f diff --git a/make_graph.py b/make_graph.py index 16ebcba..b9124d6 100755 --- a/make_graph.py +++ b/make_graph.py @@ -14,7 +14,7 @@ Make a DOT graph of Colossal Cave. # Copyright (c) 2017 by Eric S. Raymond # SPDX-License-Identifier: BSD-2-clause -# pylint: disable=consider-using-f-string +# pylint: disable=consider-using-f-string,line-too-long,invalid-name,missing-function-docstring,multiple-imports,redefined-outer-name import sys, getopt, yaml