nbQA-dev / nbQA

Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks
https://nbqa.readthedocs.io/en/latest/index.html
MIT License
1.01k stars 39 forks source link

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

Closed funkeleinhorn closed 5 months ago

funkeleinhorn commented 6 months ago

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

MarcoGorelli commented 5 months ago

thanks @funkeleinhorn !