We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6461bb3 commit afb2aebCopy full SHA for afb2aeb
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "auto-typing-final"
3
description = "Automagically set typing.Final inside your functions"
4
authors = [{ name = "Lev Vereshchagin", email = "mail@vrslev.com" }]
5
-dependencies = ["ast-grep-py==0.38.6", "pygls==1.3.1"]
+dependencies = ["ast-grep-py==0.39.2", "pygls==1.3.1"]
6
requires-python = ">=3.10"
7
readme = "README.md"
8
license = { text = "MIT" }
0 commit comments