zhenxun_bot/.pre-commit-config.yaml
pre-commit-ci[bot] 809b754bb6
⬆️ auto update by pre-commit hooks
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.14.3)
2025-11-03 16:57:23 +00:00

17 lines
473 B
YAML

default_install_hook_types: [pre-commit]
ci:
autofix_commit_msg: ":rotating_light: auto fix by pre-commit hooks"
autofix_prs: true
autoupdate_branch: main
autoupdate_schedule: monthly
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.3
hooks:
- id: ruff
args: [--fix]
stages: [pre-commit]
- id: ruff-format
stages: [pre-commit]