Skip to content

Commit

Permalink
BANG-226: make plugin respect flake8 configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
pshishmarev-bestdoctor committed Jun 13, 2023
1 parent 3db7cd9 commit 08542f8
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 08542f8

Please sign in to comment.