Skip to content

Commit

Permalink
Add skip_domains in __init__.py (#86)
Browse files Browse the repository at this point in the history
Add skip_domains "opensource.org"
  • Loading branch information
IsuminI authored Nov 26, 2024
1 parent 612e17a commit 749d849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/markdown_checker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def detect_issues(
"blog.gopenai.com",
"towardsdatascience.com",
"code.visualstudio.com",
"opensource.org",
]
)
with concurrent.futures.ProcessPoolExecutor() as executor:
Expand Down

0 comments on commit 749d849

Please sign in to comment.