The definition of the Endless Key content collections.
To generate the JSON files from the INI files:
for INI_FILE in ini/*ini
do ./tools/init2json.py $INI_FILE -o json/
done
Setup pre-commit:
pipenv install --dev
pipenv run pre-commit install
In case you want to run the checks by hand you can do:
pipenv run pre-commit run --all-files