Merge pull request #85 from hauntsaninja/patch-1

Remove example flag that we must not speak of
This commit is contained in:
Anthony Sottile 2023-04-30 19:03:43 -04:00 committed by GitHub
commit 961f38dddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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