15 lines
343 B
INI
15 lines
343 B
INI
# SPDX-FileCopyrightText: 2021-2024 Jeff Epler
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
[report]
|
|
exclude_also =
|
|
def __repr__
|
|
if self.debug:
|
|
if settings.DEBUG
|
|
raise AssertionError
|
|
raise NotImplementedError
|
|
if 0:
|
|
if __name__ == .__main__.:
|
|
if TYPE_CHECKING:
|
|
class .*\bProtocol\):
|
|
@(abc\.)?abstractmethod
|