mirror of
https://github.com/nikolaik/docker-python-nodejs.git
synced 2025-09-05 23:27:57 +03:00
22 lines
495 B
YAML
22 lines
495 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.1.0
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix]
|
|
- id: ruff-format
|
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
|
rev: 0.29.4
|
|
hooks:
|
|
- id: check-github-workflows
|
|
- id: check-renovate
|
|
- repo: local
|
|
hooks:
|
|
- id: mypy
|
|
name: mypy
|
|
entry: uv run mypy
|
|
language: python
|
|
require_serial: true
|
|
types: [python]
|
|
verbose: true
|