You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll gladly do many changes, with among them (order not important)
Refactor all strings concatenation to f-strings : not very useful, but quick win for motivation
Flake8 and some linting
Revamp report creation : instead of creating a file throughout the script, make a main dictionnary that stores information then use a separate function to deal with report file creation
Separate the 3 main branch of the command line in 3 different files to differ them
The code on https://github.com/Mte90/GH-License/blob/master/ghlicense/cmd.py is too long and probably is better to split in various files.
The text was updated successfully, but these errors were encountered: