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 45c721a2ca
commit 160afd3a0d
No known key found for this signature in database
GPG key ID: 6F2FA44BA003DDFD
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/'