mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 06:44:18 +00:00
mypy now passes
This commit is contained in:
parent
b6ba6d4d03
commit
fb7e9338cd
32 changed files with 255 additions and 212 deletions
|
|
@ -75,4 +75,4 @@ def test_config_name_needs_long_option_name():
|
|||
def test_dest_is_not_overridden():
|
||||
"""Show that we do not override custom destinations."""
|
||||
opt = manager.Option('-s', '--short', dest='something_not_short')
|
||||
assert opt.dest == 'something_not_short'
|
||||
assert opt.dest == 'something_not_short' # type: ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue