Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix ruff alert not caught by pre-commit
ISC001 Implicitly concatenated string literals on one line
  • Loading branch information
DimitriPapadopoulos committed Oct 17, 2023
commit 94835e4841b8698ccbf737ac823cdeb84c1c4ae9
2 changes: 1 addition & 1 deletion codespell_lib/_codespell.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def parse_options(
"--check-hidden",
action="store_true",
default=False,
help="check hidden files and directories (those " 'starting with ".") as well.',
help='check hidden files and directories (those starting with ".") as well.',
)
parser.add_argument(
"-A",
Expand Down