X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=make_graph.py;h=b9124d6ab9fc0c9e67cb81df7908dbe61aeb680a;hb=3f34adad3b6596b3a99175b071f83e70a5e0d594;hp=16ebcba725c8cf1b503c9da1e2be8332449f87ab;hpb=60d70705063266ed23b1e86d11145770087f660f;p=open-adventure.git 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