From daf1e21b45a59964614c1575d25b322034d567af Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 24 Aug 2021 15:46:16 -0400 Subject: [PATCH] Removed Black code style reference APRSD No longer follows the black code styling. Black just sucks due to it's completely unreadable code for functions with long parameter lists. This patch removes the code style badge from the README.rst --- README.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.rst b/README.rst index af33edd..c981bce 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ APRSD - Ham radio APRS-IS Message plugin server KM6LYW and WB4BOR ____________________ -|pypi| |pytest| |versions| |slack| |issues| |commit| |black| |imports| |down| +|pypi| |pytest| |versions| |slack| |issues| |commit| |imports| |down| `APRSD `_ is a Ham radio `APRS `_ message command gateway built on python. @@ -462,9 +462,6 @@ The plugin file should be copied to /plugins for loading by aprsd .. |slack| image:: https://img.shields.io/badge/slack-@hemna/aprsd-blue.svg?logo=slack :target: https://hemna.slack.com/app_redirect?channel=C01KQSCP5RP -.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg - :target: https://black.readthedocs.io/en/stable/ - .. |imports| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 :target: https://timothycrosley.github.io/isort/