diff --git a/README.md b/README.md index da874ad..e35472b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To change the arguments, override the `args` as follows: ```yaml hooks: - id: mypy - args: [--no-strict-optional, --ignore-missing-imports] + args: [--strict, --ignore-missing-imports] ``` Because `pre-commit` runs `mypy` from an isolated virtualenv (without your