sibson / vncdotool

A command line VNC client and python library
Other
451 stars 120 forks source link

run black code formatter #258

Closed sibson closed 1 year ago

pmhahn commented 1 year ago

:+1: Maybe also show your style and add this snippet to the README.rst:

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

If you look at this maybe also fix the broken PyPI-Link, which always shows this to me:

package or version not found

This is because the image uses <img alt="https://img.shields.io/pypi/v/vncdotool:alt:PyPI" src="https://camo.githubusercontent.com/01000fbaaf3710fd0ebe301f8e9e2b7cd8976b1e4d9285eb5318f472f0f9c383/68747470733a2f2f696d672e736869656c64732e696f2f707970692f762f766e63646f746f6f6c3a616c743a50795049" data-canonical-src="https://img.shields.io/pypi/v/vncdotool:alt:PyPI" style="max-width: 100%;">

sibson commented 1 year ago

thanks for the tip on the README, I've wondered why it doesn't work but never investigated