Skip to content
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

Pep8 naming partial compliance #70

Merged
merged 3 commits into from
Jun 3, 2023
Merged

Conversation

mfisher87
Copy link
Collaborator

No description provided.

mfisher87 added 3 commits June 2, 2023 19:35
Ignore the `gui.py` file for now. There's lots of pep8-naming rules
being thrown for this, and some of them could result in API changes. Too
much to tackle at the moment.
@mfisher87 mfisher87 requested a review from stefanv June 3, 2023 01:37
]

[tool.ruff.per-file-ignores]
"viscm/gui.py" = ["N8"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is going to be a can of worms to apply pep8 naming conventions to. I think as this file is the largest by far in the repo, it will likely be slowly refactored into different modules over time as the need arises, and maybe as each small module gets extracted can have pep8 naming conventions applied at that time.

@stefanv stefanv merged commit 46d3989 into matplotlib:main Jun 3, 2023
@mfisher87 mfisher87 deleted the pep8-naming branch June 3, 2023 04:17
@mfisher87 mfisher87 added this to the v0.10 milestone Jun 11, 2023
@mfisher87 mfisher87 added the ci label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants