Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alan-turing-institute/clevercsv-pre-commit
Repository to facilitate using CleverCSV as a pre-commit hook
https://github.com/alan-turing-institute/clevercsv-pre-commit
clevercsv csv csv-file-handling csv-files csv-files-management pre-commit pre-commit-hook
Last synced: 1 day ago
JSON representation
Repository to facilitate using CleverCSV as a pre-commit hook
- Host: GitHub
- URL: https://github.com/alan-turing-institute/clevercsv-pre-commit
- Owner: alan-turing-institute
- License: mit
- Created: 2020-11-06T13:14:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T21:09:35.000Z (about 1 year ago)
- Last Synced: 2024-06-11T17:07:49.873Z (5 months ago)
- Topics: clevercsv, csv, csv-file-handling, csv-files, csv-files-management, pre-commit, pre-commit-hook
- Language: Python
- Homepage: https://github.com/alan-turing-institute/CleverCSV
- Size: 52.7 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CleverCSV pre-commit dummy package
This repository contains a dummy package with a
[pre-commit](https://pre-commit.com) hook for standardizing CSV files using
[CleverCSV](https://www.github.com/alan-turing-institute/CleverCSV).To use this pre-commit hook, first install
[pre-commit](https://pre-commit.com/#install). Next, add the following
configuration to your ``.pre-commit-config.yaml`` file:```yaml
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.