Files
MaaAssistantArknights/.pre-commit-config.yaml
zzyyyl ef347db33b chore: 删去 pre-commit-ci 中 oxipng 的 --alpha 参数
README 里写着说这个玩意不是严格意义的无损压缩
2024-07-19 22:05:10 +08:00

58 lines
1.7 KiB
YAML

default_install_hook_types: [pre-commit, prepare-commit-msg]
ci:
autofix_commit_msg: "chore: Auto update by pre-commit hooks [skip changelog]"
autofix_prs: true
repos:
- repo: https://github.com/shssoichiro/oxipng
rev: v9.1.2
hooks:
- id: oxipng
args: ["-q", "-o", "2", "-s", "--ng"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or:
- yaml
- json
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
hooks:
- id: markdownlint-cli2
files: ^docs/.*|^README\.md$
types:
- markdown
args:
["--fix", "--config", "docs/.markdownlint.yaml", "#**/node_modules"]
#- repo: https://github.com/lycheeverse/lychee
# rev: v0.15.1
# hooks:
# - id: lychee
# files: ^docs/.*|^README\.md$
# types:
# - markdown
# args:
# #- --verbose
# - --quiet
# - --no-progress
# - --exclude
# - 'https://map\.ark-nights\.com/areas'
# - --exclude
# - 'https://.*\.maa-org\.net/.*'
# - --exclude
# - 'https://support\.bluestacks\.com/.*'
# - --exclude
# - 'https://www\.bigfun\.cn/.*'
# - --exclude
# - 'https://myqqbot\.com/.*'
# - --exclude
# - 'http://xn--\w+\.com/'
# - --exclude
# - 'https://mywebsite\.com/.*'
# - --exclude
# - '/image/*'
# - --exclude-path
# - "docs/zh-tw/manual/introduction/introduction_old.md"
# - --exclude-path
# - "docs/ja-jp/manual/introduction/introduction_old.md"