X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=make_dungeon.py;fp=make_dungeon.py;h=c7c9b75984c686d8fd34b5b1e043b8ee1d633a0b;hp=5eb7dee5ac60b505797742a86c2d7405c19327ae;hb=3f34adad3b6596b3a99175b071f83e70a5e0d594;hpb=17c74326c15ed713ccb0bf21c509ef2ca403685f diff --git a/make_dungeon.py b/make_dungeon.py index 5eb7dee..c7c9b75 100755 --- a/make_dungeon.py +++ b/make_dungeon.py @@ -11,7 +11,7 @@ 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,too-many-branches,global-statement,multiple-imports,too-many-locals,too-many-statements,too-many-nested-blocks,no-else-return,raise-missing-from,redefined-outer-name import sys, yaml