Scony / godot-gdscript-toolkit

Independent set of GDScript tools - parser, linter, formatter, and more
MIT License
1.01k stars 68 forks source link

Request for a new release #314

Closed meghprkh closed 2 months ago

meghprkh commented 3 months ago

Hi, thanks for the toolkit!

I would like setting up a pre-commit hook for my project, but that breaks due to the pkg_resources / setuptools requirement in Python3.12. Would it be possible to release a new version with e3c37fa in it?

Note currently this does work

pre-commit autoupdate --bleeding-edge --repo https://github.com/Scony/godot-gdscript-toolkit
Scony commented 3 months ago

Yes, it will be released soon - along with Godot 4.3 release.

Scony commented 2 months ago

Done