13 lines
310 B
YAML
13 lines
310 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: '24.10.0'
|
|
hooks:
|
|
- id: black
|
|
args: [--line-length=100, --target-version=py311]
|
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.8.0
|
|
hooks:
|
|
- id: ruff
|
|
args: [--line-length=100, --target-version=py311]
|