PyConES24/.pre-commit-config.yaml
2024-05-08 21:55:08 +00: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