From c135d4bcf1b1c6209ee8ad5e678ee0d1ca0441ed Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 21 Nov 2025 18:40:29 +0100 Subject: [PATCH] README: Highlighting code examples --- README.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b2ba766..a2bbdcf 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,5 @@ +.. highlight:: python + drafthorse -- Basic ZUGFeRD implementation in Python ==================================================== @@ -142,17 +144,23 @@ Generating:: Development ----------- -To run the included tests:: +To run the included tests: + +.. code-block:: bash pip install -r requirements_dev.txt py.test tests -To automatically sort your Imports as required by CI:: +To automatically sort your Imports as required by CI: + +.. code-block:: bash pip install isort isort -rc . -To validate files using mustang:: +To validate files using mustang: + +.. code-block:: bash git clone https://github.com/ZUGFeRD/mustangproject.git cd mustangproject