summaryrefslogtreecommitdiff
path: root/pylint/test/functional/nonlocal_and_global.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/nonlocal_and_global.py')
-rw-r--r--pylint/test/functional/nonlocal_and_global.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/functional/nonlocal_and_global.py b/pylint/test/functional/nonlocal_and_global.py
index c601a29..9400524 100644
--- a/pylint/test/functional/nonlocal_and_global.py
+++ b/pylint/test/functional/nonlocal_and_global.py
@@ -1,5 +1,5 @@
"""Test that a name is both nonlocal and global in the same scope."""
-# pylint: disable=missing-docstring,global-variable-not-assigned,invalid-name
+# pylint: disable=missing-docstring,global-variable-not-assigned,invalid-name,nonlocal-without-binding
def bad(): # [nonlocal-and-global]
nonlocal missing