Skip to content

Commit

Permalink
Make mypy pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed May 12, 2020
1 parent 60e099b commit 93f550d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: []
args: ["--pretty"]
- id: mypy
name: mypy, for Py2
name: mypy, for Python 2
exclude: noxfile.py|tools/automation/release|docs|tests
args: ["-2"]
args: ["--pretty", "-2"]

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

0 comments on commit 93f550d

Please sign in to comment.