From c0f2c2f05ababe186c1a68fb10c98014682dfbe4 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 5 Sep 2023 16:19:02 +0300 Subject: Update instructions on how to run pylint Signed-off-by: Munyoki Kilyungi --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b23c217..2769573 100644 --- a/README.md +++ b/README.md @@ -193,9 +193,8 @@ pytest -k unit_test ``` Running pylint: - ```bash -pylint *py tests gn3 scripts sheepdog +pylint $(find . -name '*.py' | xargs) ``` Running mypy(type-checker): -- cgit v1.2.3