Skip to content

Commit

Permalink
Add a --strict option to the Mypy checks
Browse files Browse the repository at this point in the history
It must close pypa#10076, to include all the strict flags from Mypy to be used on pypa/pip.
  • Loading branch information
DiddiLeija authored Jun 21, 2021
1 parent 4704da4 commit 38069a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
hooks:
- id: mypy
exclude: tests
args: ["--pretty"]
args: ["--pretty", "--strict"]
additional_dependencies: ['nox==2020.12.31']

- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit 38069a4

Please sign in to comment.