style: ignore pylyzer warnings in _client.py#700
Open
rpreslar4765 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a file-level directive to suppress Pylyzer warnings in the client implementation module.
Changes:
- Added
# pylyzer: ignoreat the top ofollama/_client.pyto silence Pylyzer diagnostics for that file.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vaderollama
reviewed
Jul 14, 2026
vaderollama
left a comment
There was a problem hiding this comment.
Holding off on this one. The project uses ruff for linting (configured in pyproject.toml), not pylyzer. Adding a # pylyzer: ignore pragma at the top of _client.py introduces noise for a tool the project doesn't use.
If there are actual pylyzer warnings you're hitting locally, the better approach would be either:
- Fix the underlying code issues pylyzer is flagging, or
- Open a discussion about adopting pylyzer as a project tool
Happy to revisit if there's more context on which warnings prompted this.
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.