-
Notifications
You must be signed in to change notification settings - Fork 0
Docs/typo git history #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
- Replace conda with uv for dependency management - Migrate from black/flake8/isort to ruff - Update devcontainer configuration and scripts - Add VS Code recommended extensions - Clean up configuration files
- Rename test workflow from run-tests.yml to test.yml - Fix failing CI tests by aligning with local development setup
- Rename `test.yml` to `test.yaml` - Fix linter issues in `test_pipeline_factory.py`
- Add recommended Ruff settings to `devcontainer.json` - Add Ruff lint and format steps to CI workflows - Add `ruff check` to pytest suite for local linting - Empty `ruff.toml` to use default settings - Fix Ruff lint errors in two files
- Apply Ruff formatter to all files for consistent code style
…ction - Fix error in `format-ruff.yaml` causing CI failure
- Integrate `zizmor` to detect security issues in workflows - Fix GitHub Actions based on `zizmor` linter feedback
…ual dispatch - Modify `release.yaml` to run only on `workflow_dispatch` and when pushing new tags
…lder for multi-root compatibility - Update `devcontainer.json` references to support multi-root workspaces
- Rename bash aliases for better clarity - Update cache-cleaning aliases - Adjust `.gitignore` to properly ignore cache files
…ines - Refactor code according to "An incremental approach for building software in Python" - Adjust modules and functions to comply with spec003-python
- Configure mkdocs.yml for docs generation - Add doc assets (images, CSS, markdown files) - Update GitHub workflows to integrate mkdocs
- Re-enable mypy extension in .devcontainer/devcontainer.json - Ruff extension does not support scanning the whole codebase yet
- Disable `misc` error code in mypy configuration - Workaround for mypy issue with `infer_variance` argument in TypeVar definitions - Reference: "Support infer_variance= parameter for TypeVar (PEP 695) #17811" - python/mypy#17811
- Disable `misc` error code in mypy configuration - Workaround for mypy issue with `default` argument in TypeVar definitions - Reference: "Support infer_variance= parameter for TypeVar (PEP 695) #17811" - python/mypy#17811
- Apply spec2: Static-Plugin Design - Apply spec3: SPD Manifest Files - Apply spec4: SPD Naming Convention - Update README.md with links to the specifications
- Remove mypy configuration (mypy.ini) in favor of Pyright (pyrightconfig.json) - Update devcontainer to reflect the new typing setup - Improve developer experience by consolidating to a single, built-in type checker
- Resolve Ruff/Pylance lint complaints - Ensure consistency across modules
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.