From 50453b1b7445f1b3d1659e06febdb4908bfd988f Mon Sep 17 00:00:00 2001 From: Daniel Fairhead Date: Wed, 8 Feb 2023 07:03:08 +0000 Subject: [PATCH] Mention format / lint in README --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 51be090..b0521f7 100644 --- a/README.rst +++ b/README.rst @@ -429,6 +429,15 @@ Or to set the tests running on every file change: (requires ``entr``) +I'm trying to keep the codebase relatively clean with Black, isort, pylint & mypy. +See:: + + $ make format + +and:: + + $ make lint + BEWARE ------