feat(dev): Install and configure isort

This commit is contained in:
2025-09-03 11:51:09 +02:00
parent 88d79fc209
commit a63c5cd3c9
3 changed files with 25 additions and 1 deletions

View File

@@ -29,7 +29,14 @@ repos:
name: black
description: "Black: The uncompromising Python code formatter"
entry: poetry run black
args: [--diff, --check]
args: [--check, --diff]
language: system
require_serial: true
types_or: [python, pyi]
- id: isort
name: isort
entry: uv run isort
args: [--check, --diff]
language: system
require_serial: true
types_or: [python, pyi]