python-genshin-artifact/.pre-commit-config.yaml
2024-12-24 15:30:10 +08:00

15 lines
499 B
YAML

# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
default_language_version:
python: python3.10
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
ci:
autofix_commit_msg: ":art: [pre-commit.ci] Auto format from pre-commit.com hooks"
autoupdate_commit_msg: ":arrow_up: [pre-commit.ci] pre-commit autoupdate"