mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 12:35:20 +00:00
Disable abstract check in pylint
Version of pylint used in CI does not recognize abstract subclasses of BaseTarget, so disable warning in these abstract classes. Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
e3ad22ecf2
commit
a16b617fe9
@ -65,6 +65,7 @@ def quote_str(val) -> str:
|
||||
|
||||
|
||||
class BignumTarget(test_generation.BaseTarget, metaclass=ABCMeta):
|
||||
#pylint: disable=abstract-method
|
||||
"""Target for bignum (mpi) test case generation."""
|
||||
target_basename = 'test_suite_mpi.generated'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user