aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 673d154..a5f29dc 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ pylint *py tests gn3 scripts sheepdog
Running mypy(type-checker):
```bash
-mypy .
+mypy --show-error-codes .
```
## Running the GN3 web service