koxudaxi
datamodel-code-generator
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Make formatter fallbacks explicit
chuenchen309:fix/additional-properties-value-constraints
39 minutes ago
Mark allOf match exhaustive
chuenchen309:fix/additional-properties-value-constraints
50 minutes ago
Preserve union alias formatting
chuenchen309:fix/additional-properties-value-constraints
59 minutes ago
Align built-in formatting for constrained mappings
chuenchen309:fix/additional-properties-value-constraints
1 hour ago
Preserve additionalProperties value constraints
chuenchen309:fix/additional-properties-value-constraints
2 hours ago
[pre-commit.ci] pre-commit autoupdate (#3617) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/tox-dev/pyproject-fmt: v2.25.2 → v2.25.3](https://github.com/tox-dev/pyproject-fmt/compare/v2.25.2...v2.25.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.21 → v0.15.22](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.21...v0.15.22) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) * 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. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
main
3 hours ago
docs: update release benchmark data (#3614) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
4 hours ago
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
1 day ago
Latest Branches
CodSpeed Performance Gauge
+24%
Preserve additionalProperties value constraints
#3616
41 minutes ago
abf2b36
chuenchen309:fix/additional-properties-value-constraints
CodSpeed Performance Gauge
-30%
[pre-commit.ci] pre-commit autoupdate
#3617
1 day ago
4d13e67
pre-commit-ci-update-config
CodSpeed Performance Gauge
+1%
Rename a msgspec field named "field" to avoid shadowing the field import
#3615
2 days ago
b6b19d4
chuenchen309:fix/msgspec-field-name-shadow
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs