11[tool .pytest .ini_options ]
2- addopts = [" --pdbcls=IPython.terminal.debugger:TerminalPdb" ]
3-
2+ addopts = [ " --pdbcls=IPython.terminal.debugger:TerminalPdb" ]
43
54[tool .ruff ]
65preview = true
76line-length = 120
87fix = true
98output-format = " grouped"
109
11- [tool .ruff .format ]
12- exclude = [" .git" , " .venv" , " .mypy_cache" , " .tox" , " __pycache__" ]
10+ [tool .ruff .format ]
11+ exclude = [ " .git" , " .venv" , " .mypy_cache" , " .tox" , " __pycache__" ]
1312
1413[tool .mypy ]
1514check_untyped_defs = true
@@ -20,36 +19,35 @@ no_implicit_optional = true
2019show_error_codes = true
2120warn_unused_ignores = true
2221
23-
2422[tool .hatch .build .targets .wheel ]
25- packages = [" timeout_sampler" ]
23+ packages = [ " timeout_sampler" ]
2624
2725[tool .uv ]
28- dev-dependencies = [" ipdb>=0.13.13" , " ipython>=8.18.1" ]
26+ dev-dependencies = [ " ipdb>=0.13.13" , " ipython>=8.18.1" ]
2927
3028[project ]
3129name = " timeout-sampler"
32- version = " 1.0.4 "
30+ version = " 1.0.5 "
3331description = " Timeout utility class to wait for any function output and interact with it in given time"
3432license = " Apache-2.0"
3533readme = " README.md"
3634requires-python = " >=3.9"
3735classifiers = [
3836 " Programming Language :: Python :: 3" ,
39- " Operating System :: OS Independent" ,
37+ " Operating System :: OS Independent"
4038]
41- dependencies = [" pytest>=8.3.4" , " python-simple-logger>=2.0.2" ]
39+ dependencies = [ " pytest>=8.3.4" , " python-simple-logger>=2.0.2" ]
4240
43- [[project .authors ]]
44- name = " Meni Yakove"
45- email = " myakove@gmail.com"
41+ [[project .authors ]]
42+ name = " Meni Yakove"
43+ email = " myakove@gmail.com"
4644
47- [project .urls ]
48- homepage = " https://github.com/RedHatQE/timeout-sampler"
49- repository = " https://github.com/RedHatQE/timeout-sampler"
50- Download = " https://pypi.org/project/timeout-sampler"
51- "Bug Tracker" = " https://github.com/RedHatQE/timeout-sampler/issues"
45+ [project .urls ]
46+ homepage = " https://github.com/RedHatQE/timeout-sampler"
47+ repository = " https://github.com/RedHatQE/timeout-sampler"
48+ Download = " https://pypi.org/project/timeout-sampler"
49+ "Bug Tracker" = " https://github.com/RedHatQE/timeout-sampler/issues"
5250
5351[build-system ]
54- requires = [" hatchling" ]
52+ requires = [ " hatchling" ]
5553build-backend = " hatchling.build"
0 commit comments