mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-12 20:50:14 +02:00
23 lines
568 B
YAML
23 lines
568 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/rhysd/actionlint
|
|
rev: v1.6.23
|
|
hooks:
|
|
- id: actionlint
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.3.0
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
|
rev: 'v0.0.260'
|
|
hooks:
|
|
- id: ruff
|
|
- repo: https://github.com/RobertCraigie/pyright-python
|
|
rev: v1.1.301
|
|
hooks:
|
|
- id: pyright |