Skip to content

Commit 749d849

Browse files
authored
Add skip_domains in __init__.py (#86)
Add skip_domains "opensource.org"
1 parent 612e17a commit 749d849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/markdown_checker/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def detect_issues(
101101
"blog.gopenai.com",
102102
"towardsdatascience.com",
103103
"code.visualstudio.com",
104+
"opensource.org",
104105
]
105106
)
106107
with concurrent.futures.ProcessPoolExecutor() as executor:

0 commit comments

Comments
 (0)