File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " auto-typing-final"
3+ description = " Automagically set typing.Final inside your functions"
34authors = [{
name =
" Lev Vereshchagin" ,
email =
" [email protected] " }]
45dependencies = [" ast-grep-py==0.27.3" , " pygls==1.3.1" ]
56requires-python = " >=3.10"
@@ -15,18 +16,18 @@ classifiers = [
1516dynamic = [" 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 ]
2122auto-typing-final = " auto_typing_final.main:main"
2223auto-typing-final-lsp-server = " auto_typing_final.lsp:main"
2324
2425[tool .uv ]
2526dev-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 ]
You can’t perform that action at this time.
0 commit comments