PyCQA / flake8

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
https://flake8.pycqa.org
Other
3.39k stars 306 forks source link

update plugins for sphinx-prompt-1.8.0 #1907

Closed mgorny closed 8 months ago

mgorny commented 8 months ago

The sphinx-prompt plugin has renamed its package in 1.8.0 from erraneous sphinx-prompt name to sphinx_prompt. Adjust the conf accordingly.

sigmavirus24 commented 8 months ago

Thank you!

mgorny commented 8 months ago

Thanks!