Skip to content

Commit 411b8e7

Browse files
Stop ignoring 'Name already defined' errors in Mypy.
1 parent 148833e commit 411b8e7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ script:
2020
- coverage run -m pytest
2121

2222
# Run type checker.
23-
- ./typecheck.sh || true
23+
- mypy prompt_toolkit
2424

2525
# Check wheather the imports were sorted correctly.
2626
# When this fails, please run ./tools/sort-imports.sh

typecheck.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)