mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-07-21 12:11:07 +02:00
28 lines
674 B
YAML
28 lines
674 B
YAML
ci:
|
|
autoupdate_schedule: monthly
|
|
autofix_commit_msg: "style: [pre-commit.ci] auto fixes [...]"
|
|
autoupdate_commit_msg: "ci: [pre-commit.ci] autoupdate"
|
|
|
|
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.11.12
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix, --unsafe-fixes]
|
|
- id: ruff-format
|
|
|
|
- repo: https://github.com/abravalheri/validate-pyproject
|
|
rev: v0.24.1
|
|
hooks:
|
|
- id: validate-pyproject
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v1.16.0
|
|
hooks:
|
|
- id: mypy
|
|
exclude: tests|examples
|
|
additional_dependencies:
|
|
- types-Pygments
|
|
stages:
|
|
- manual
|