python - Mandating file headers -
i newbie python.
we using visual studio ide , github code control.
what want able assign default header each file , make mandate.
for example:
if starts new file, should create 1 following header:
""" name: <current_owner> last modified: <time when code modified, being updated every commit: """
as obvious, "last modified:" should updated automatically every commit.
Comments
Post a Comment