CoolFace
Apppublic

UnknownPixel/askPESU

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes
.pre-commit-config.yaml22 linesDownload Raw Back to root
1repos:2  - repo: https://github.com/astral-sh/ruff-pre-commit3    rev: v0.12.74    hooks:5      - id: ruff6        args: [ --fix, --exit-non-zero-on-fix ]7        types_or: [ python, pyi, jupyter ]8      - id: ruff-format9 10  - repo: https://github.com/pre-commit/pre-commit-hooks11    rev: v5.0.012    hooks:13      - id: end-of-file-fixer14      - id: requirements-txt-fixer15      - id: trailing-whitespace16      - id: check-added-large-files17      - id: check-yaml18      - id: check-toml19      - id: debug-statements20      - id: name-tests-test21        args: [ '--pytest-test-first' ]22