-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
featureNew feature or requestNew feature or requestgood first issueEntrypoint to the projectEntrypoint to the projecthelp wantedExtra attention is neededExtra attention is neededlevel:starterGood for newcomersGood for newcomers
Description
String like '/' must not raise string overuse violation, because / is very common in url buildings / path building.
We need to add it to
wemake-python-styleguide/wemake_python_styleguide/visitors/ast/complexity/overuses.py
Line 37 in 7f4f7ae
| _ignored_string_constants: ClassVar[_StringConstants] = frozenset( |
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestgood first issueEntrypoint to the projectEntrypoint to the projecthelp wantedExtra attention is neededExtra attention is neededlevel:starterGood for newcomersGood for newcomers