Conversation
The CI lint job could not pass: flake8 reported ~700 violations (mostly from the generated package) and mypy 2 errors. Generated code is now excluded from both, and the real issues in hand-written code are fixed: 18 malformed continuation lines, 6 overlong docstrings, and a cast(Any, ...) in cardinality.py that was the intent behind the unused cast import. Packaging had three sources of version truth: pyproject.toml, setup.py, and the generator-emitted requirements files, which nothing consumes. pyproject is now the single manifest, matching the Java pom and the JS package.json. generate-api.sh appended pytest-asyncio to test-requirements.txt on every run; both files are now generator-ignored. - publish.yml runs the test suite before building, 2-space indentation like the other workflows, and spells PyPI correctly - README: the API overview claimed every method accepts response_format; analyze operations and determinize() take execution_timeout only. Added the async notes after each table, as in the Java README, and fixed a typo - pinned openapi-generator 7.21.0, as in the Java and JS repos - .gitignore rewritten in the shared layout, with .env and IDE entries Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.