nomos-e2e-tests/.pre-commit-config.yaml

12 lines
239 B
YAML
Raw Normal View History

2024-12-13 03:26:41 +00:00
repos:
- repo: https://github.com/psf/black
2024-12-13 07:58:25 +00:00
rev: 24.10.0
2024-12-13 03:26:41 +00:00
hooks:
- id: black
args: [--line-length=150]
- repo: https://github.com/RobertCraigie/pyright-python
2024-12-13 07:58:25 +00:00
rev: v1.1.390
2024-12-13 03:26:41 +00:00
hooks:
- id: pyright