feat: configure pre-commit for avlos.

Adds a default monkey patched setup for the avlos developers group.
This commit is contained in:
Tim Ioannidis 2021-05-08 15:56:14 -04:00 committed by shamangeorge
parent 9b18686168
commit 7dbbb65063
6 changed files with 153 additions and 2 deletions

View file

@ -0,0 +1,6 @@
from pathlib import Path
HOME_DIRECTORY = str(Path.home())
CONFIG_FILE = '.pre-commit-config.yaml'
DEFAULT_CONFIG_FILE = HOME_DIRECTORY + '/' + CONFIG_FILE
GITHUB_DOTFILES_REPOSITORY = 'https://github.com/avlos/dotfiles/'