PyConES24/.pre-commit-config.yaml

11 lines
213 B
YAML
Raw Normal View History

2024-05-08 23:55:08 +02:00
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.278
hooks:
- id: ruff