This repository contains a dummy package with a pre-commit hook for standardizing CSV files using CleverCSV.
To use this pre-commit hook, first install pre-commit. Next, add the following configuration to your .pre-commit-config.yaml file:
repos: - repo: https://github.com/alan-turing-institute/CleverCSV-pre-commit rev: v0.8.2 # or any later version hooks: - id: clevercsv-standardizeFinally, run pre-commit install to register your pre-commit hook.
Due to an error the commit hook revision v0.8.1 is not functional, please use v0.8.2 instead.