diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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): |