11[tool .coverage .run ]
2- omit = [" tests/*" ]
2+ omit = [ " tests/*" ]
33
44[tool .coverage .report ]
55fail_under = 35
@@ -14,8 +14,8 @@ line-length = 120
1414fix = true
1515output-format = " grouped"
1616
17- [tool .ruff .format ]
18- exclude = [" .git" , " .venv" , " .mypy_cache" , " .tox" , " __pycache__" ]
17+ [tool .ruff .format ]
18+ exclude = [ " .git" , " .venv" , " .mypy_cache" , " .tox" , " __pycache__" ]
1919
2020[tool .mypy ]
2121check_untyped_defs = true
@@ -31,21 +31,21 @@ warn_unused_configs = true
3131warn_redundant_casts = true
3232
3333[tool .hatch .build .targets .wheel ]
34- packages = [" webhook_server" ]
34+ packages = [ " webhook_server" ]
3535
3636[tool .uv ]
37- dev-dependencies = [" ipdb>=0.13.13" , " ipython>=8.12.3" ]
37+ dev-dependencies = [ " ipdb>=0.13.13" , " ipython>=8.12.3" ]
3838
3939[project ]
4040name = " github-webhook-server"
41- version = " 2 .0.15 "
41+ version = " 3 .0.0 "
4242requires-python = " >=3.12"
4343description = " A webhook server to manage Github reposotories and pull requests."
4444readme = " README.md"
4545license = " Apache-2.0"
4646classifiers = [
4747 " Programming Language :: Python :: 3" ,
48- " Operating System :: OS Independent" ,
48+ " Operating System :: OS Independent"
4949]
5050dependencies = [
5151 " build>=1.2.2.post1" ,
@@ -67,23 +67,23 @@ dependencies = [
6767 " uvicorn>=0.31.0" ,
6868 " uvicorn-worker>=0.3.0" ,
6969 " gunicorn>=23.0.0" ,
70- " httpx>=0.28.1" ,
70+ " httpx>=0.28.1"
7171]
7272
73- [[project .authors ]]
74- name = " Meni Yakove"
75- email = " myakove@gmail.com"
73+ [[project .authors ]]
74+ name = " Meni Yakove"
75+ email = " myakove@gmail.com"
7676
77- [[project .authors ]]
78- name = " Ruth Netser"
79- email = " ruth.netser@gmail.com"
77+ [[project .authors ]]
78+ name = " Ruth Netser"
79+ email = " ruth.netser@gmail.com"
8080
81- [project .urls ]
82- homepage = " https://github.com/myakove/github-webhook-server"
83- repository = " https://github.com/myakove/github-webhook-server"
84- Download = " https://quay.io/repository/myakove/github-webhook-server"
85- "Bug Tracker" = " https://github.com/myakove/github-webhook-server/issues"
81+ [project .urls ]
82+ homepage = " https://github.com/myakove/github-webhook-server"
83+ repository = " https://github.com/myakove/github-webhook-server"
84+ Download = " https://quay.io/repository/myakove/github-webhook-server"
85+ "Bug Tracker" = " https://github.com/myakove/github-webhook-server/issues"
8686
8787[build-system ]
88- requires = [" hatchling" ]
88+ requires = [ " hatchling" ]
8989build-backend = " hatchling.build"
0 commit comments