Skip to content

Commit

Permalink
Format code and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Jun 28, 2024
1 parent 451234c commit 82b74fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <dhzdhd@proton.me>"]
readme = "README.md"
Expand Down
6 changes: 4 additions & 2 deletions pysvt/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
...

0 comments on commit 82b74fa

Please sign in to comment.