Commit Graph

10 Commits

Author SHA1 Message Date
4d5d7d30a9 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
2026-01-31 17:48:01 +00:00
b700427255 fix: resolve CI linting failures
Some checks failed
CI / test (push) Has been cancelled
CI / lint (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
2026-01-31 17:48:01 +00:00
95976afedc fix: resolve CI linting violations
Some checks failed
CI / test (push) Has been cancelled
- Fixed import sorting in cli.py, __main__.py, detectors/__init__.py, base.py, python.py, rust.py, openapi.py, models/__init__.py
- Removed unused imports (sys, asyncio, Observer, Text, Parameter, ParameterIn, HTTPMethod, DocConfig, List, Optional)
- Removed trailing whitespace from blank lines
- Split lines exceeding 100 characters
- Added missing __init__ docstrings in generators and static/templates packages
2026-01-31 17:26:20 +00:00
b6369e0ec6 fix: resolve CI linting violations
Some checks failed
CI / test (push) Has been cancelled
- Fixed import sorting in cli.py, __main__.py, detectors/__init__.py, base.py, python.py, rust.py, openapi.py, models/__init__.py
- Removed unused imports (sys, asyncio, Observer, Text, Parameter, ParameterIn, HTTPMethod, DocConfig, List, Optional)
- Removed trailing whitespace from blank lines
- Split lines exceeding 100 characters
- Added missing __init__ docstrings in generators and static/templates packages
2026-01-31 17:26:19 +00:00
4dd9fc9f5b fix: resolve CI linting violations
Some checks failed
CI / test (push) Has been cancelled
- Fixed import sorting in cli.py, __main__.py, detectors/__init__.py, base.py, python.py, rust.py, openapi.py, models/__init__.py
- Removed unused imports (sys, asyncio, Observer, Text, Parameter, ParameterIn, HTTPMethod, DocConfig, List, Optional)
- Removed trailing whitespace from blank lines
- Split lines exceeding 100 characters
- Added missing __init__ docstrings in generators and static/templates packages
2026-01-31 17:26:17 +00:00
b71850d72b Add generators module
Some checks failed
CI / test (push) Failing after 10s
2026-01-31 17:12:02 +00:00
c1abaa7f6b Add generators module
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 17:12:01 +00:00
1dcf8ad1f0 Add generators module
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 17:12:01 +00:00
f4cdd549ef Add generators module
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 17:12:01 +00:00
a1a86d4b3f Add generators module
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 17:12:00 +00:00