updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.0...v0.14.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
17 lines
499 B
YAML
17 lines
499 B
YAML
default_install_hook_types: [pre-commit, prepare-commit-msg]
|
|
ci:
|
|
autofix_commit_msg: "chore(linter): auto fix by pre-commit hooks"
|
|
autofix_prs: true
|
|
autoupdate_branch: main
|
|
autoupdate_schedule: monthly
|
|
autoupdate_commit_msg: "chore(deps): auto update by pre-commit hooks"
|
|
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.14.7
|
|
hooks:
|
|
- id: ruff-check
|
|
args: [--fix]
|
|
stages: [pre-commit]
|
|
- id: ruff-format
|
|
stages: [pre-commit]
|