Skip to content

Commit 4ff0f56

Browse files
committed
Remove --pretty option from mypy
1 parent d911a9f commit 4ff0f56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ repos:
3333
hooks:
3434
- id: mypy
3535
exclude: docs|tests
36-
args: ["--pretty"]
36+
args: []
3737
- id: mypy
3838
name: mypy, for Python 2
3939
exclude: noxfile.py|tools/automation/release|docs|tests
40-
args: ["--pretty", "-2"]
40+
args: ["-2"]
4141

4242
- repo: https://github.com/pre-commit/pygrep-hooks
4343
rev: v1.5.1

news/CDB04414-2228-431F-9F5D-AFF4C5C08D05.trivial

Whitespace-only changes.

0 commit comments

Comments
 (0)