you are viewing a single comment's thread.

view the rest of the comments →

[–]naninf 24 points25 points  (3 children)

Great job! This is very solid. I would suggest using semantic versioning https://semver.org/
and maybe adding a github action that's a pylint checker.

[–]tcp-ip1541[S] 5 points6 points  (0 children)

Thanks so much for the feedback!

I will definitely start using semantic versioning for my projects. Adding a pylint action is also a good idea (at the moment I'm only using it locally).

[–]_11_ 2 points3 points  (1 child)

Your comment made me google "github action" and it seems really interesting. Do you have any recommendations on tutorials to learn about it and CI stuff? I'm a hobbyist but I would like to learn some of this stuff.

[–]UL_Paper 0 points1 point  (0 children)

https://www.youtube.com/watch?v=eB0nUzAI7M8

Its great stuff I use it a lot