Simulate git commit using non-homogenenous poisson process and create a git repository based on simulation result.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m git_faker
Formatting using black
:
black git_faker
Linting using pylint
:
pylint git_faker