From 82b74fa0d933096d9238575100afae3d047e6f0f Mon Sep 17 00:00:00 2001 From: dhzdhd Date: Sat, 29 Jun 2024 01:14:18 +0530 Subject: [PATCH] Format code and bump version --- pyproject.toml | 2 +- pysvt/__main__.py | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 99f849e..48c951c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysvt" -version = "0.4.3" +version = "0.5.0" description = "A simple test case runner in Python that uses TOML configurations and decorator syntax." authors = ["dhzdhd "] readme = "README.md" diff --git a/pysvt/__main__.py b/pysvt/__main__.py index 41603ea..6a7996e 100644 --- a/pysvt/__main__.py +++ b/pysvt/__main__.py @@ -346,6 +346,8 @@ def _validate(self, data: _FuncModel, func: Callable[..., Any]) -> Result: class inspect_locals: - def __init__(self) -> None: ... + def __init__(self) -> None: + ... - def __call__(self, obj: object) -> Any: ... + def __call__(self, obj: object) -> Any: + ...