viv/.pre-commit-config.yaml

10 lines
260 B
YAML
Raw Permalink Normal View History

2022-12-19 23:11:12 -06:00
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.10
2022-12-19 23:11:12 -06:00
hooks:
- id: ruff-format
2023-03-08 03:29:34 -06:00
- id: ruff
args: [ --fix ]