Files
docker-python-nodejs/.pre-commit-config.yaml
Nikolai Røed Kristiansen 30d4695cac ♻️ Start using uv project support
2024-08-21 20:49:07 +02:00

17 lines
342 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: local
hooks:
- id: mypy
name: mypy
entry: uv run mypy
language: python
require_serial: true
types: [python]
verbose: true