mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Update to flake8 3.8.x
In particular this improves support for detecting usage of various type annotation usages and adds support for correctly parsing type: ignore comments which contain a reason tag.
This commit is contained in:
@@ -122,10 +122,10 @@ def test_multiple_signatures(Script):
|
||||
|
||||
def test_get_signatures_whitespace(Script):
|
||||
s = dedent("""\
|
||||
abs(
|
||||
abs(
|
||||
def x():
|
||||
pass
|
||||
""") # noqa
|
||||
""")
|
||||
assert_signature(Script, s, 'abs', 0, line=1, column=5)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user