File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1414include = " opsideployclientagent"
1515
1616[[tool .poetry .source ]]
17- name = " uib "
18- url = " https://pypi.uib.gmbh/simple/ "
17+ name = " uibpypi "
18+ url = " https://pypi.uib.gmbh/simple"
1919priority = " primary"
2020
2121[[tool .poetry .source ]]
2222name = " PyPI"
23+ priority = " supplemental"
2324
24- [tool .black ]
25- line-length = 140
26- target-version = [ " py39" , " py310" ,]
27- use-tabs = true
25+ [tool .poetry .scripts ]
26+ opsi-deploy-client-agent = " opsideployclientagent.__main__:main"
2827
2928[tool .ruff ]
3029line-length = 140
3130
31+ [tool .ruff .format ]
32+ indent-style = " tab"
33+
3234[tool .poetry .dependencies ]
3335python = " >=3.11,<3.12"
3436python-opsi-common = " >=4.3,<4.4"
@@ -39,12 +41,6 @@ gssapi = "^1.8"
3941pydantic-core = " ^2.20"
4042annotated-types = " ^0.7"
4143
42- [tool .poetry .scripts ]
43- opsi-deploy-client-agent = " opsideployclientagent.__main__:main"
44-
45- [tool .ruff .format ]
46- indent-style = " tab"
47-
4844[tool .poetry .group .dev .dependencies ]
4945ruff = " ^0.5"
5046pytest = " ^8.2"
You can’t perform that action at this time.
0 commit comments