Files
docker-python-nodejs/.pre-commit-config.yaml
2024-11-13 15:31:51 +01:00

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