From 76aa6b6509071c22f2818beedbc80587063d91ef Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Fri, 20 May 2016 18:10:58 -0700 Subject: [PATCH] Added comments about maintainability to the python version. --- pre-commit.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pre-commit.py b/pre-commit.py index c347823..fb2b510 100644 --- a/pre-commit.py +++ b/pre-commit.py @@ -1,3 +1,9 @@ +#!/usr/bin/env python + +# This Python file is a hand-edited version of the Hy version. It has +# the exact same functionality, but I recommend using the Hy version +# if you can, as it's the one I'm actively maintaining. + VERSION = '0.0.2' import os import re