diff options
author | Ben Sima <ben@bsima.me> | 2023-08-22 10:53:12 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-08-22 11:00:32 -0400 |
commit | 9eac46cfeddc65938b3cc946629a9c3d93ac35ee (patch) | |
tree | 75ec4d97e9cde9d477f37c4a8f70b2d407103740 /Biz/Bild/Example.py | |
parent | 8f5f080fe73f0b0cfbc18dfe2b8a466ed4b43375 (diff) |
Add a commit-msg hook lint and various other cleanups
Turns out that gitlint by default enforces the exact commit-msg format that I
like to use. I'm enabling this because even I write poor commit messages
sometimes, and looking back on my commits from even a few days ago is sometimes
not very helpful.
I also made some minor comment and nix changes that I noticed while reviewing my
work from the last few days.
Diffstat (limited to 'Biz/Bild/Example.py')
-rw-r--r-- | Biz/Bild/Example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/Example.py b/Biz/Bild/Example.py index 25686fa..5d165d8 100644 --- a/Biz/Bild/Example.py +++ b/Biz/Bild/Example.py @@ -1,6 +1,6 @@ """ Example Python file that also serves as a test case for bild. -fernet.""" +""" # : out example # : dep cryptography import sys |