Skip to content

Commit 8847979

Browse files
committed
CM-52106 - Clean up a redundant comment
1 parent 4ab4009 commit 8847979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycode/cli/files_collector/walk_ignore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from cycode.cli.logger import logger
55
from cycode.cli.utils.ignore_utils import IgnoreFilterManager
66

7-
_SUPPORTED_IGNORE_PATTERN_FILES = { # oneday we will bring .cycodeignore or something like that
7+
_SUPPORTED_IGNORE_PATTERN_FILES = {
88
'.gitignore',
99
'.cycodeignore',
1010
}

0 commit comments

Comments
 (0)