Skip to content

Commit ccb1a8c

Browse files
committed
add #noqa for URL over flake character limit
1 parent 3f7f5f5 commit ccb1a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fgpyo/sam/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196

197197
VALID_UMI_CHARACTERS: Set[str] = set("ACGTN")
198198
"""Illumina's restricted UMI characters;
199-
https://support.illumina.com/help/BaseSpace_Sequence_Hub_OLH_009008_2/Source/Informatics/BS/FileFormat_FASTQ-files_swBS.htm."""
199+
https://support.illumina.com/help/BaseSpace_Sequence_Hub_OLH_009008_2/Source/Informatics/BS/FileFormat_FASTQ-files_swBS.htm.""" # noqa
200200

201201
ILLUMINA_UMI_DELIMITER: str = "+"
202202
"""Multiple UMIs are delimited with a plus-sign in Illumina FASTQs; see docs above."""

0 commit comments

Comments
 (0)