Move pylint suppressions inline.
[open-adventure.git] / make_graph.py
index 16ebcba725c8cf1b503c9da1e2be8332449f87ab..b9124d6ab9fc0c9e67cb81df7908dbe61aeb680a 100755 (executable)
@@ -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