asd / OpenCodeInterpreter /evaluation /evalplus /.pre-commit-config.yaml
alKoGolik's picture
Upload 210 files
6fcd376 verified
raw
history blame contribute delete
458 Bytes
repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: (?x)^(
groundtruth/.*
)$