Skip to content

Conversation

@MysteriousCode786
Copy link

PR summary This PR fixes a linting error in lib/matplotlib/contour.py where a line in the docstring was exceeding the maximum character limit.

  • Problem: The previous formatting caused the ruff linting check to fail because line 1494 was too long. - Solution: Wrapped the long line into two lines to comply with the 88-character limit. - Clean-up: This is a clean resubmission. I have reset my branch to ensure all project files (like .devcontainer) are restored to their original state.

PR checklist - [N/A] "closes #0000" is in the body - [x] new and changed code is tested - [N/A] Plotting related features - [N/A] New Features and API Changes - [x] Documentation complies with guidelines

@MysteriousCode786
Copy link
Author

Hi @story645, I have resubmitted the fix in this new clean branch fix-contour-docs-final. I've wrapped the line in contour.py as requested. The ruff/linting checks should be passing now. Please let me know if anything else is needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant