11 lines
213 B
YAML
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
|