Initial upload: DataForge CLI with full documentation and tests

This commit is contained in:
2026-02-03 04:17:03 +00:00
parent ccb6e5e1b8
commit aff30191fc

8
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,8 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-json