diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index b5dfcc8..e5f74da 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ pytest -k unit_test Running pylint: ```bash -pylint *py tests gn3 +pylint *py tests gn3 scripts sheepdog ``` Running mypy(type-checker): |