Skip to content

Repository to facilitate using CleverCSV as a pre-commit hook

License

Notifications You must be signed in to change notification settings

alan-turing-institute/CleverCSV-pre-commit

Repository files navigation

CleverCSV pre-commit dummy package

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-standardize

Finally, run pre-commit install to register your pre-commit hook.

Notes

Due to an error the commit hook revision v0.8.1 is not functional, please use v0.8.2 instead.