From a5050e4b4960201b2ba9070a8c6f76709355d587 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 17:48:05 +0000 Subject: [PATCH] fix: resolve CI linting failures - Fix corrupted docstrings (curly braces to quotes) - Sort imports according to ruff standards - Split long line in javascript.py for readability - Add module-level docstrings to test files - Add docstring to BaseGenerator.__init__ method - Fix regex pattern in RustDetector --- tests/unit/test_models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/unit/test_models.py b/tests/unit/test_models.py index 202044f..6bb64e9 100644 --- a/tests/unit/test_models.py +++ b/tests/unit/test_models.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python3 +"""Tests for docgen models.""" + from pathlib import Path from docgen.models import (