diff --git a/tests/test_cli.py b/tests/test_cli.py index 12e1947..3b03bb9 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -478,4 +478,4 @@ def test_parse_options(): # Yes, we want a very strong typecheck here, because we actually have # to differentiate between bool and int, and in Python 2, bool is a # subclass of int. - assert type(a[key]) is type(expected[key]) # noqa + assert type(a[key]) is type(expected[key]) # NOQA