未验证 提交 c5ba40cd 编写于 作者: C cclauss 提交者: GitHub

Supress flake8 tests with # noqa: F821

上级 51ca3d59
if name == 'Alice': if name == 'Alice': # noqa: F821 undefined name 'name'
print('Hi, Alice.') print('Hi, Alice.')
elif age < 12: elif age < 12: # noqa: F821 undefined name 'age'
print('You are not Alice, kiddo.') print('You are not Alice, kiddo.')
else: else:
print('You are neither Alice nor a little kid.') print('You are neither Alice nor a little kid.')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册