Merge pull request #85 from hauntsaninja/patch-1
Remove example flag that we must not speak of
This commit is contained in:
commit
961f38dddd
@ -25,7 +25,7 @@ To change the arguments, override the `args` as follows:
|
|||||||
```yaml
|
```yaml
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- 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
|
Because `pre-commit` runs `mypy` from an isolated virtualenv (without your
|
||||||
|
Loading…
Reference in New Issue
Block a user