fix: resolve CI linting failures
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

- 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
This commit is contained in:
2026-01-31 17:48:03 +00:00
parent 3c1ecf8e37
commit 66090f8f86

View File

@@ -1,3 +1,6 @@
#!/usr/bin/env python3
"""Tests for endpoint detectors."""
import os import os
import tempfile import tempfile
from pathlib import Path from pathlib import Path