mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-01-30 21:04:59 +00:00
17 lines
356 B
YAML
17 lines
356 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.8.6
|
|
hooks:
|
|
- id: ruff # linter
|
|
- id: ruff-format # formatter
|
|
|
|
- repo: local
|
|
hooks:
|
|
- id: mypy
|
|
name: mypy
|
|
entry: poetry run mypy .
|
|
language: system
|
|
types: [python]
|
|
require_serial: true
|
|
pass_filenames: false
|