- Add this repo as a submodule in your python repo (microservice or lirery):
git submodule add https://github.com/RickyCode/python-repos-standards.git .standards/
- Run the python script that syncs the required files:
python .standards/sync.py
- When doin changes on your python repo don't forget to update the submodule:
git submodule update --remote
- Sync again:
python .standards/sync.py