We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b368590 commit d49c8cdCopy full SHA for d49c8cd
1 file changed
README.md
@@ -200,27 +200,6 @@ uv run python -m every_eval_ever validate --format github data/
200
201
Exit code is `0` if all files pass and `1` if any fail.
202
203
-### Pre-commit hooks
204
-
205
-The repository also has a pre-commit hook for validation. To run it:
206
207
-```sh
208
-# Staged files only
209
-uv run pre-commit run
210
211
-# All files
212
-uv run pre-commit run --all-files
213
214
-# Specific files
215
-uv run pre-commit run --files a.json b.json c.json
216
-```
217
218
-To install the pre-commit so that it runs before `git commit` (optional):
219
220
221
-uv run pre-commit install
222
223
224
## 🗂️ Data Structure
225
226
Evaluation data is hosted on the [Hugging Face datastore](https://huggingface.co/datasets/evaleval/EEE_datastore). The folder structure is:
0 commit comments