mirror of
https://github.com/daylinmorgan/swydd.git
synced 2024-11-07 01:33:14 -06:00
10 lines
260 B
YAML
10 lines
260 B
YAML
|
# 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
|
||
|
hooks:
|
||
|
- id: ruff-format
|
||
|
- id: ruff
|
||
|
args: [ --fix ]
|