Skip to content

Commit 6e0d038

Browse files
committed
Release 1.0.5
1 parent 64bf458 commit 6e0d038

2 files changed

Lines changed: 18 additions & 20 deletions

File tree

pyproject.toml

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[tool.pytest.ini_options]
2-
addopts = ["--pdbcls=IPython.terminal.debugger:TerminalPdb"]
3-
2+
addopts = [ "--pdbcls=IPython.terminal.debugger:TerminalPdb" ]
43

54
[tool.ruff]
65
preview = true
76
line-length = 120
87
fix = true
98
output-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]
1514
check_untyped_defs = true
@@ -20,36 +19,35 @@ no_implicit_optional = true
2019
show_error_codes = true
2120
warn_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]
3129
name = "timeout-sampler"
32-
version = "1.0.4"
30+
version = "1.0.5"
3331
description = "Timeout utility class to wait for any function output and interact with it in given time"
3432
license = "Apache-2.0"
3533
readme = "README.md"
3634
requires-python = ">=3.9"
3735
classifiers = [
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" ]
5553
build-backend = "hatchling.build"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)