Skip to content

Commit 4c6edcc

Browse files
authored
Add .disabled to ACCEPTED_EXTENSIONS
@dhruvmanila
1 parent d450841 commit 4c6edcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: algorithms_keeper/parser/python_parser.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class PythonParser(BaseFilesParser):
6868
".yaml",
6969
".yml",
7070
".cfg",
71+
".disabled",
7172
# Data files
7273
".csv",
7374
".json",

0 commit comments

Comments
 (0)