Compare commits
No commits in common. "main" and "v0.971" have entirely different histories.
2
.github/FUNDING.yml
vendored
Normal file
2
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
github: asottile
|
||||
open_collective: pre-commit
|
@ -25,7 +25,7 @@ To change the arguments, override the `args` as follows:
|
||||
```yaml
|
||||
hooks:
|
||||
- id: mypy
|
||||
args: [--strict, --ignore-missing-imports]
|
||||
args: [--no-strict-optional, --ignore-missing-imports]
|
||||
```
|
||||
|
||||
Because `pre-commit` runs `mypy` from an isolated virtualenv (without your
|
||||
|
Loading…
Reference in New Issue
Block a user