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 3db7cd9 commit 08542f8Copy full SHA for 08542f8
flake8_variables_names/checker.py
@@ -6,6 +6,7 @@
6
from flake8_variables_names import __version__ as version
7
from flake8_variables_names.ast_helpers import extract_all_variable_names
8
9
+
10
ErrorTuple = Tuple[int, int, str, type]
11
12
@@ -75,6 +76,7 @@ def add_options(cls, parser: OptionParser) -> None:
75
76
parser.add_option(
77
'--use-varnames-strict-mode',
78
action='store_true',
79
+ parse_from_config=True,
80
)
81
82
@classmethod
0 commit comments