b477a35a01
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.9.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.9...v0.9.10)
14 lines
398 B
YAML
14 lines
398 B
YAML
default_install_hook_types: [pre-commit, prepare-commit-msg]
|
|
ci:
|
|
autofix_commit_msg: ":balloon: auto fixes by pre-commit hooks"
|
|
autofix_prs: true
|
|
autoupdate_branch: master
|
|
autoupdate_schedule: weekly
|
|
autoupdate_commit_msg: ":balloon: pre-commit autoupdate"
|
|
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.9.10
|
|
hooks:
|
|
- id: ruff
|
|
- id: ruff-format
|