feat(dev): Install and configure pylint

This commit is contained in:
2025-09-03 12:35:51 +02:00
parent a63c5cd3c9
commit 33d5dd27bf
3 changed files with 90 additions and 0 deletions

View File

@@ -40,3 +40,9 @@ repos:
language: system
require_serial: true
types_or: [python, pyi]
- id: pylint
name: pylint
entry: uv run pylint
language: system
require_serial: true
types_or: [python]