forked from Rust-related/RustPython
Merge pull request #1924 from youknowone/pylint
suppress new version of flake8 lint error for test
This commit is contained in:
@@ -44,7 +44,7 @@ assert a == (1, 2, 3, 1)
|
||||
b = (55, *a)
|
||||
assert b == (55, 1, 2, 3, 1)
|
||||
|
||||
assert () is ()
|
||||
assert () is () # noqa
|
||||
|
||||
a = ()
|
||||
b = ()
|
||||
|
||||
Reference in New Issue
Block a user