ICLR2024-papers / .pre-commit-config.yaml
hysts's picture
hysts HF staff
Update
c03b812
raw history blame
No virus
233 Bytes
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-json
- id: end-of-file-fixer
- id: mixed-line-ending
args: ["--fix=lf"]
- id: trailing-whitespace