deepseek-cursor-proxy/.pre-commit-config.yaml

21 lines
451 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: \.(svg|png|jpg|jpeg|gif|ico|webp)$
- id: end-of-file-fixer
exclude: \.(svg|png|jpg|jpeg|gif|ico|webp)$
- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
hooks:
- id: ruff
args: [--fix]