Move pylint suppressions inline.
[open-adventure.git] / tests / coverage_dungeon.py
index bbab99bcfe841b828b74d19a9efcc2d4b56bc81d..c2ccabe05a96448a3ce8bb499fdad4aea01dd43b 100755 (executable)
@@ -12,7 +12,7 @@ even if the checkfile search doesn't find them. Typically this will because
 they emit a templated message that can't be regression-tested by equality.
 """
 
-# pylint: disable=consider-using-f-string
+# pylint: disable=consider-using-f-string,line-too-long,invalid-name,missing-function-docstring,redefined-outer-name
 
 import os
 import sys