Avatar for the koxudaxi user
koxudaxi
datamodel-code-generator
BlogDocsChangelog

Performance History

Latest Results

Ignore ruff RUF105 in pre-commit ruff 0.15.22 promotes RUF105 (noqa-comments), which rewrites every `# noqa: X` into `# ruff:ignore[rule-name]`. The codegen pins ruff 0.14 to format generated code, and 0.14 cannot parse that syntax, so the rewrite would drop all 879 suppressions there. The fix is also unsound: on scripts/update_command_help_on_markdown.py it hoisted `from scripts.build_cli_docs import ...` above the `sys.path.insert()` that makes the package importable, breaking the docs jobs with ModuleNotFoundError. Ruff documents RUF105 as opinionated and stylistic, and calls out noqa compatibility with other tools as a reason to disable it.
pre-commit-ci-update-config
2 hours ago
style: auto-fix by pre-commit.ci
pre-commit-ci-update-config
2 hours ago
docs: update release benchmark data
docs/release-benchmark-0.69.0
1 day ago
docs: update CHANGELOG.md for 0.69.0
docs/changelog-0.69.0
1 day ago
Cover empty-name fallback branches
chuenchen309:fix/empty-property-name-alias
1 day ago

Latest Branches

CodSpeed Performance Gauge
-30%
[pre-commit.ci] pre-commit autoupdate#3617
2 hours ago
4d13e67
pre-commit-ci-update-config
CodSpeed Performance Gauge
-34%
24 hours ago
4f78a6b
chuenchen309:fix/additional-properties-value-constraints
CodSpeed Performance Gauge
+1%
24 hours ago
b6b19d4
chuenchen309:fix/msgspec-field-name-shadow
© 2026 CodSpeed Technology
Home Terms Privacy Docs