Skip to content

Commit

Permalink
Merge pull request #16 from PashaWNN/BANG_226__PARSE_OPTION_FROM_CONFIG
Browse files Browse the repository at this point in the history
BANG-226  parse option from config
  • Loading branch information
Arondit authored Jun 13, 2023
2 parents c3aa8c9 + 08542f8 commit d8ca4e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake8_variables_names/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from flake8_variables_names import __version__ as version
from flake8_variables_names.ast_helpers import extract_all_variable_names


ErrorTuple = Tuple[int, int, str, type]


Expand Down Expand Up @@ -75,6 +76,7 @@ def add_options(cls, parser: OptionParser) -> None:
parser.add_option(
'--use-varnames-strict-mode',
action='store_true',
parse_from_config=True,
)

@classmethod
Expand Down

0 comments on commit d8ca4e6

Please sign in to comment.