Files
pyqt-liquidglass/.pre-commit-config.yaml
2026-01-19 01:25:44 +01:00

18 lines
382 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.8
hooks:
- id: ruff-check
types_or: [ python, pyi ]
args: [ --fix ]
- id: ruff-format
types_or: [ python, pyi ]
- repo: local
hooks:
- id: ty
name: ty check
entry: uvx ty check
language: python
types_or: [ python, pyi ]