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.05k stars 41 forks source link

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

Closed funkeleinhorn closed 8 months ago

funkeleinhorn commented 8 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 8 months ago

thanks @funkeleinhorn !