You can contribute to the repository directly via pull requests.
The CSV and CIF files are validated using pre-commit hooks.
pip install -r .github/requirements.txt
pre-commit install
Once installed, the pre-commit hooks will run at every commit automatically.
In order to run them on the entire database, use
pre-commit run --all-files