mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-07-21 12:11:07 +02:00
* ci: [pre-commit.ci] autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.4.3) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0) * style: [pre-commit.ci] auto fixes [...] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
28 lines
670 B
YAML
28 lines
670 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.4.3
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix, --unsafe-fixes]
|
|
- id: ruff-format
|
|
|
|
- repo: https://github.com/abravalheri/validate-pyproject
|
|
rev: v0.16
|
|
hooks:
|
|
- id: validate-pyproject
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v1.10.0
|
|
hooks:
|
|
- id: mypy
|
|
exclude: tests|examples
|
|
additional_dependencies:
|
|
- types-Pygments
|
|
stages:
|
|
- manual
|