diff --git a/pyproject.toml b/pyproject.toml index d59233d..63b0987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,5 +111,6 @@ show_missing=true sort="-Stmts" omit = ["test/**"] exclude_lines = [ - 'if TYPE_CHECKING:' + 'if TYPE_CHECKING:', + 'if __name__ == "__main__":' ]