advanced-ml-sentiment-lab / .pre-commit-config.yaml
tarekmasryo's picture
Upload 18 files
ad00f22 verified
raw
history blame contribute delete
510 Bytes
default_language_version:
python: python3.11
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.10
hooks:
- id: ruff-check
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-merge-conflict
- id: detect-private-key
- id: check-added-large-files
args: ["--maxkb=10240"]