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

Update messages in tests/tools/test_pylint_works.py #839

Merged
merged 1 commit into from
Mar 3, 2024
Merged

Update messages in tests/tools/test_pylint_works.py #839

merged 1 commit into from
Mar 3, 2024

Conversation

funkeleinhorn
Copy link
Contributor

Pylint 3.1.0 updated the messages of the wrong-import-order check:
https://github.com/pylint-dev/pylint/releases/tag/v3.1.0

This commit updates the messages in the test accordingly so the test passes again.

Closes #838

Pylint 3.1.0 updated the messages of the wrong-import-order check:
https://github.com/pylint-dev/pylint/releases/tag/v3.1.0

This commit updates the messages in the test accordingly so
the test passes again.
@MarcoGorelli MarcoGorelli merged commit 9cfdaef into nbQA-dev:main Mar 3, 2024
3 of 11 checks passed
@MarcoGorelli
Copy link
Collaborator

thanks @funkeleinhorn !

@funkeleinhorn funkeleinhorn deleted the update-pylint-test branch March 3, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests/tools/test_pylint_works.py fails as pylint 3.1.0 updated error messages
2 participants