Skip to content

Commit 040b443

Browse files
authored
Merge pull request #10 from bagerard/fix_flake8_6
fix_flake8_6_incompatibility
2 parents c7c1a90 + 37f87be commit 040b443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake8_test_name.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ def __init__(self, tree, filename: str):
7575
def add_options(cls, option_manager):
7676
option_manager.add_option(
7777
"--test-func-name-validator-module",
78-
type="str",
78+
type=str,
7979
default=None,
8080
parse_from_config=True,
8181
help=f"Path to a python file containing a validator function ´{TEST_FUNC_NAME_VALIDATOR_METHOD}´",
8282
)
8383
option_manager.add_option(
8484
"--test-func-name-validator-regex",
85-
type="str",
85+
type=str,
8686
default=None,
8787
parse_from_config=True,
8888
help="Regex to be used as validator",

0 commit comments

Comments
 (0)