mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 15:18:21 +00:00
12 lines
No EOL
278 B
YAML
12 lines
No EOL
278 B
YAML
repos:
|
|
- repo: https://github.com/asottile/reorder-python-imports
|
|
rev: v3.14.0
|
|
hooks:
|
|
- id: reorder-python-imports
|
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.9.6
|
|
hooks:
|
|
- id: ruff
|
|
args: [ --fix ]
|
|
- id: ruff-format |