From 48b1d49f64520ddbe308bd205613852aa9aa1b19 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Mon, 27 Feb 2023 15:10:51 +0100
Subject: [PATCH] How to use flake8.

---
 doc/erko_howto_tools.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt
index ffcba3c8a1..8836bb0082 100755
--- a/doc/erko_howto_tools.txt
+++ b/doc/erko_howto_tools.txt
@@ -1408,3 +1408,6 @@ python3 -m pip install flake8
 
 # add to path in ~/.bashrc
 export PATH=~/.local/bin:$PATH
+
+# run flake8 in dir, to check all py files in that dir and below
+> flake8
-- 
GitLab