PyConES24/.pre-commit-config.yaml
2023-09-18 09:32:03 +02:00

11 lines
213 B
YAML

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