mirror of
https://github.com/huggingface/trl.git
synced 2025-10-20 18:43:52 +08:00
18 lines
489 B
YAML
18 lines
489 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.11.10
|
|
hooks:
|
|
- id: ruff-check
|
|
types_or: [ python, pyi ]
|
|
args: [ --fix ]
|
|
- id: ruff-format
|
|
types_or: [ python, pyi ]
|
|
|
|
# - repo: https://github.com/codespell-project/codespell
|
|
# rev: v2.1.0
|
|
# hooks:
|
|
# - id: codespell
|
|
# args:
|
|
# - --ignore-words-list=nd,reacher,thist,ths,magent,ba
|
|
# - --skip=docs/css/termynal.css,docs/js/termynal.js
|