Skip to content

Commit d49c8cd

Browse files
Update README.md
Remove pre-commit documentation as its no longer used in the repo (as data is on HF)
1 parent b368590 commit d49c8cd

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -200,27 +200,6 @@ uv run python -m every_eval_ever validate --format github data/
200200

201201
Exit code is `0` if all files pass and `1` if any fail.
202202

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-
```sh
221-
uv run pre-commit install
222-
```
223-
224203
## 🗂️ Data Structure
225204

226205
Evaluation data is hosted on the [Hugging Face datastore](https://huggingface.co/datasets/evaleval/EEE_datastore). The folder structure is:

0 commit comments

Comments
 (0)