13 lines
280 B
YAML
13 lines
280 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 24.4.2
|
|
hooks:
|
|
- id: black
|
|
args: [--config=pyproject.toml]
|
|
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.13.2
|
|
hooks:
|
|
- id: isort
|
|
files: "\\.(py)$"
|
|
args: [--settings-path=pyproject.toml] |