Skip to content

Commit cb2b523

Browse files
authored
Update dependencies & update package description (#59)
1 parent 9d6285a commit cb2b523

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[project]
22
name = "auto-typing-final"
3+
description = "Automagically set typing.Final inside your functions"
34
authors = [{ name = "Lev Vereshchagin", email = "[email protected]" }]
45
dependencies = ["ast-grep-py==0.27.3", "pygls==1.3.1"]
56
requires-python = ">=3.10"
@@ -15,18 +16,18 @@ classifiers = [
1516
dynamic = ["version"]
1617

1718
[project.urls]
18-
repository = "https://github.com/vrslev/auto-typing-final"
19+
Repository = "https://github.com/vrslev/auto-typing-final"
1920

2021
[project.scripts]
2122
auto-typing-final = "auto_typing_final.main:main"
2223
auto-typing-final-lsp-server = "auto_typing_final.lsp:main"
2324

2425
[tool.uv]
2526
dev-dependencies = [
26-
"mypy==1.10.0",
27-
"pytest==8.2.2",
27+
"mypy==1.11.2",
28+
"pytest==8.3.3",
2829
"pytest-cov==5.0.0",
29-
"ruff==0.4.10",
30+
"ruff==0.6.8",
3031
]
3132

3233
[build-system]

0 commit comments

Comments
 (0)