Move pylint suppressions inline.

This commit is contained in:
Eric S. Raymond 2023-02-28 19:46:50 -05:00
parent 17c74326c1
commit 3f34adad3b
4 changed files with 4 additions and 5 deletions

View file

@ -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