Now let's initialize our git repository. $ git init $ git add hooky.py Before we commit, take a look at the .git/hooks/ directory. Also, if you haven't, install flake8, which is one of many linters for Python. If you're following along in another language ...
↧