Move pylint suppressions inline.
This commit is contained in:
parent
17c74326c1
commit
3f34adad3b
4 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue