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.4.7 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.7...v0.6.3) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](https://github.com/abravalheri/validate-pyproject/compare/v0.18...v0.19) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.11.2) * style: [pre-commit.ci] auto fixes [...] * fix lint * update * no pyside 6.8 * update pins * quotes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
28 lines
672 B
YAML
28 lines
672 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.6.9
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix, --unsafe-fixes]
|
|
- id: ruff-format
|
|
|
|
- repo: https://github.com/abravalheri/validate-pyproject
|
|
rev: v0.20.2
|
|
hooks:
|
|
- id: validate-pyproject
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v1.11.2
|
|
hooks:
|
|
- id: mypy
|
|
exclude: tests|examples
|
|
additional_dependencies:
|
|
- types-Pygments
|
|
stages:
|
|
- manual
|