about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 1 insertions, 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):