17 lines
346 B
YAML
17 lines
346 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v1.10.1
|
|
hooks:
|
|
- id: mypy
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.6.0
|
|
hooks:
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: 'v0.5.1'
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix]
|
|
- id: ruff-format
|