You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class TokenTests(unittest.TestCase):
try:
x = eval(s)
except OverflowError:
self.fail("OverflowError on huge integer literal %r" % s)
for _s in "9223372036854775808", "0o2000000000000000000000", \
"0b100000000000000000000000000000000000000000000000000000000000000":
x = ""; y = ""; assert len(x) == 0 and x == y
error:
Failed to create fix for PytestCompositeAssertion: Unable to fix multiline statement
Ruff 0.0.285 (latest changes from main branch)
file content:
error:
PY_FILE_TEST_14908435400.py.zip
The text was updated successfully, but these errors were encountered: