Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jan 8, 2023
1 parent ae50304 commit a4ea861
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vulture/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ def csv(exclude):
type=csv,
default=missing,
help=f"Comma-separated list of path patterns to ignore (e.g.,"
f' "*settings.py,docs,*/test_*.py,venv"). {glob_help} A PATTERN without '
f" glob wildcards is treated as *PATTERN*. Patterns are matched"
f" against absolute paths.",
f' "*settings.py,docs,*/test_*.py,venv"). {glob_help} A PATTERN'
f" without glob wildcards is treated as *PATTERN*. Patterns are"
f" matched against absolute paths.",
)
parser.add_argument(
"--ignore-decorators",
Expand Down

0 comments on commit a4ea861

Please sign in to comment.