Skip to content

Commit 45cd90c

Browse files
committed
Release 11.0.19
1 parent 0146aae commit 45cd90c

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

pyproject.toml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[tool.pytest.ini_options]
22
markers = [
33
"incremental: Mark tests as incremental",
4-
"kubevirt: Mark tests as kubevirt tests",
4+
"kubevirt: Mark tests as kubevirt tests"
55
]
66
addopts = [
77
"--pdbcls=IPython.terminal.debugger:TerminalPdb",
88
"--cov-config=pyproject.toml",
99
"--cov-report=html",
1010
"--cov-report=term",
11-
"--cov=ocp_resources",
11+
"--cov=ocp_resources"
1212
]
1313

1414
[tool.coverage.run]
15-
omit = ["tests/*"]
15+
omit = [ "tests/*" ]
1616

1717
[tool.coverage.report]
1818
skip_empty = true
@@ -26,31 +26,31 @@ line-length = 120
2626
fix = true
2727
output-format = "grouped"
2828

29-
[tool.ruff.format]
30-
exclude = [".git", ".venv", ".mypy_cache", ".tox", "__pycache__"]
29+
[tool.ruff.format]
30+
exclude = [ ".git", ".venv", ".mypy_cache", ".tox", "__pycache__" ]
3131

3232
[tool.mypy]
3333
no_implicit_optional = true
3434
show_error_codes = true
3535
warn_unused_ignores = true
3636

3737
[tool.hatch.build.targets.wheel]
38-
packages = ["ocp_resources", "class_generator"]
38+
packages = [ "ocp_resources", "class_generator" ]
3939

4040
[tool.uv]
41-
dev-dependencies = ["ipdb>=0.13.13", "ipython>=8.12.3"]
41+
dev-dependencies = [ "ipdb>=0.13.13", "ipython>=8.12.3" ]
4242

4343
[project]
4444
requires-python = ">=3.9"
4545
name = "openshift-python-wrapper"
46-
version = "11.0.18"
46+
version = "11.0.19"
4747
description = "Wrapper around https://github.com/kubernetes-client/python"
4848
readme = "README.md"
4949
license = "Apache-2.0"
50-
keywords = ["Openshift", "Kubevirt", "Openshift Virtualization"]
50+
keywords = [ "Openshift", "Kubevirt", "Openshift Virtualization" ]
5151
classifiers = [
5252
"Programming Language :: Python :: 3",
53-
"Operating System :: OS Independent",
53+
"Operating System :: OS Independent"
5454
]
5555
dependencies = [
5656
"click>=8.1.7",
@@ -70,34 +70,34 @@ dependencies = [
7070
"ruff>=0.6.9",
7171
"testcontainers>=4.9.0",
7272
"timeout-sampler>=0.0.46",
73-
"xmltodict>=0.13.0",
73+
"xmltodict>=0.13.0"
7474
]
7575

76-
[[project.authors]]
77-
name = "Meni Yakove"
78-
76+
[[project.authors]]
77+
name = "Meni Yakove"
78+
7979

80-
[[project.authors]]
81-
name = "Ruth Netser"
82-
80+
[[project.authors]]
81+
name = "Ruth Netser"
82+
8383

84-
[[project.maintainers]]
85-
name = "Meni Yakove"
86-
84+
[[project.maintainers]]
85+
name = "Meni Yakove"
86+
8787

88-
[[project.maintainers]]
89-
name = "Ruth Netser"
90-
88+
[[project.maintainers]]
89+
name = "Ruth Netser"
90+
9191

92-
[project.urls]
93-
homepage = "https://github.com/RedHatQE/openshift-python-wrapper"
94-
documentation = "https://openshift-python-wrapper.readthedocs.io/en/latest/"
95-
Download = "https://pypi.org/project/openshift-python-wrapper/"
96-
"Bug Tracker" = "https://github.com/RedHatQE/openshift-python-wrapper/issues"
92+
[project.urls]
93+
homepage = "https://github.com/RedHatQE/openshift-python-wrapper"
94+
documentation = "https://openshift-python-wrapper.readthedocs.io/en/latest/"
95+
Download = "https://pypi.org/project/openshift-python-wrapper/"
96+
"Bug Tracker" = "https://github.com/RedHatQE/openshift-python-wrapper/issues"
9797

98-
[project.scripts]
99-
class-generator = "class_generator.class_generator:main"
98+
[project.scripts]
99+
class-generator = "class_generator.class_generator:main"
100100

101101
[build-system]
102-
requires = ["hatchling"]
102+
requires = [ "hatchling" ]
103103
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)