Skip to content

Commit

Permalink
feat: ignore __init__.py files from liniting
Browse files Browse the repository at this point in the history
  • Loading branch information
scientiststwin committed Dec 15, 2023
1 parent 24f78df commit 9587695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dags/github_api_helpers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa
from .comments import get_all_repo_issues_and_prs_comments, get_all_repo_review_comments
from .commits import fetch_commit_details, fetch_commit_files, get_all_commits
from .issues import get_all_comments_of_issue, get_all_issues
Expand Down
1 change: 1 addition & 0 deletions dags/neo4j_storage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa
from .comments import save_comment_to_neo4j, save_review_comment_to_neo4j
from .commits import save_commit_files_changes_to_neo4j, save_commit_to_neo4j
from .issues import save_issue_to_neo4j
Expand Down

0 comments on commit 9587695

Please sign in to comment.