19 lines
397 B
YAML
19 lines
397 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.8.1
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix]
|
|
- id: ruff-format
|
|
- id: ruff
|
|
name: ruff-isort
|
|
args: [--select, I, --fix]
|
|
- repo: local
|
|
hooks:
|
|
- id: mypy
|
|
name: mypy
|
|
entry: poetry run mypy
|
|
language: system
|
|
types: [python]
|
|
args: [--strict]
|