-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make file extension agnostic and expand the datetime information #18
Conversation
for more information, see https://pre-commit.ci
Thanks for the PR! Instead of adding a new I'll have to look over the rest of the PR tomorrow, but I wanted to mention that at first glance. |
Ahh, I was not aware of this! That would be a better approach. I will implement it soon. |
Looks good. Thanks! |
Adds the ability to specify supported file types using
gitstamp_file_types = ["rst", "md"]
inconf.py
. (Would close #11.)Also expands the
datetime
information to%Y-%m-%d %H:%M:%S %z
for additional flexibility with hour and minute.