Skip to content

Commit

Permalink
Remove --pretty option from mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshks committed May 13, 2020
1 parent d911a9f commit d82eabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ repos:
hooks:
- id: mypy
exclude: docs|tests
args: ["--pretty"]
args: []
- id: mypy
name: mypy, for Python 2
exclude: noxfile.py|tools/automation/release|docs|tests
args: ["--pretty", "-2"]
args: []

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.5.1
Expand Down
Empty file.

0 comments on commit d82eabe

Please sign in to comment.