Skip to content

Commit 6f5e20d

Browse files
Merge pull request #358 from alvarocaceres/fixup
revert unnecessary change to mypy_test from previous commit
2 parents b63e09c + 67ccb1b commit 6f5e20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mypy_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
parser.add_argument('-v', '--verbose', action='count', default=0, help="More output")
2323
parser.add_argument('-n', '--dry-run', action='store_true', help="Don't actually run mypy")
2424
parser.add_argument('-x', '--exclude', type=str, nargs='*', help="Exclude pattern")
25-
parser.add_argument('-p', '--python-version', type=str, action='append',
25+
parser.add_argument('-p', '--python-version', type=str, nargs='*',
2626
help="These versions only (major[.minor])")
2727
parser.add_argument('filter', type=str, nargs='*', help="Include pattern (default all)")
2828

0 commit comments

Comments
 (0)