aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-09-05 16:19:02 +0300
committerMunyoki Kilyungi2023-09-05 16:19:02 +0300
commitc0f2c2f05ababe186c1a68fb10c98014682dfbe4 (patch)
tree0c361195ab3ddb4da9bc1402bb65858d0cedb450
parent3e83626e5a0b9cac5f8d06ffdb8bd16369cb6374 (diff)
downloadgenenetwork3-c0f2c2f05ababe186c1a68fb10c98014682dfbe4.tar.gz
Update instructions on how to run pylint
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-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):