Feat: python env and githook setup on a make install

This commit is contained in:
2020-08-07 18:18:07 +02:00
parent 5f9b7f4085
commit 3da07e3c6e
3 changed files with 7 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ Git hook to ensure validity of all rst files
"""
from git import Repo
from path import Path
from pathlib import Path
import re
import time
import restructuredtext_lint