Skip to content

Commit

Permalink
fix black linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Mar 23, 2022
1 parent f0066f2 commit 1e823ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/lint/files_exist.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def files_exist(self):
os.path.join(".github", "workflows", "push_dockerhub.yml"),
os.path.join(".github", "ISSUE_TEMPLATE", "bug_report.md"),
os.path.join(".github", "ISSUE_TEMPLATE", "feature_request.md"),
os.path.join("docs", "images", f"nf-core-{short_name}_logo.png")
os.path.join("docs", "images", f"nf-core-{short_name}_logo.png"),
]
files_warn_ifexists = [".travis.yml"]

Expand Down

0 comments on commit 1e823ed

Please sign in to comment.