nonebot-plugin-marshoai/.pre-commit-config.yaml
Snowykami 6f1817726e
Some checks failed
Pre-commit checks / pre-commit (3.11) (push) Failing after 1m40s
Pre-commit checks / pre-commit (3.10) (push) Failing after 2m30s
Pre-commit checks / pre-commit (3.12) (push) Failing after 2m24s
Pre-commit checks / pre-commit (3.13) (push) Failing after 2m45s
Pytest API Testing / Pytest (3.10) (push) Successful in 2m10s
Pytest API Testing / Pytest (3.11) (push) Successful in 1m33s
Pytest API Testing / Pytest (3.12) (push) Successful in 2m4s
Pytest API Testing / Pytest (3.13) (push) Successful in 2m3s
❇️ Update .pre-commit-config.yaml
2024-12-13 04:55:06 +08:00

26 lines
564 B
YAML

fail_fast: true
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
args: [--config=./pyproject.toml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
hooks:
- id: mypy
# - repo: https://github.com/pre-commit/pre-commit-hooks
# rev: v4.0.1
# hooks:
# - id: trailing-whitespace
# - id: end-of-file-fixer
# - id: check-yaml
# - id: check-added-large-files