mirror of
https://github.com/PaiGramTeam/python-genshin-artifact.git
synced 2025-02-02 16:35:26 +00:00
15 lines
499 B
YAML
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" |