CoolFace
Apppublic

blizzarman/polyglot-tutor

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
pre-commit-config.yaml20 linesDownload Raw Back to root
1repos:2  - repo: https://github.com/pre-commit/pre-commit-hooks3    rev: v5.0.04    hooks:5      - id: trailing-whitespace6      - id: end-of-file-fixer7      - id: check-yaml8      - id: check-toml9      - id: check-added-large-files10        args: ["--maxkb=1024"]11      - id: detect-private-key12 13  # rev mirrors the exact ruff version pinned in pyproject.toml ([dependency-groups].dev)14  - repo: https://github.com/astral-sh/ruff-pre-commit15    rev: v0.15.1616    hooks:17      - id: ruff-check18        args: ["--fix"]19      - id: ruff-format20