Kelvin-programmer/pulsecommerce
0
1repos:2 - repo: https://github.com/pre-commit/pre-commit-hooks3 rev: v4.6.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: check-merge-conflict12 - id: debug-statements13 14 - repo: https://github.com/astral-sh/ruff-pre-commit15 rev: v0.3.716 hooks:17 - id: ruff18 args: [--fix]19 - id: ruff-format20 