We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce1109 commit a3b1d06Copy full SHA for a3b1d06
tests/functional/u/undefined/undefined_variable_py38.py
@@ -1,7 +1,5 @@
1
"""Tests for undefined variable with assignment expressions"""
2
-
3
-# pylint: disable=using-constant-test, expression-not-assigned, consider-using-augmented-assign, unguarded-next-without-default
4
+# pylint: disable=using-constant-test, expression-not-assigned, unguarded-next-without-default
5
6
# Tests for annotation of variables and potentially undefinition
7
0 commit comments