Skip to content

Commit

Permalink
Stricter ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jevandezande committed Jul 26, 2024
1 parent 5e68b17 commit 8778bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def main() -> None:
git_initial_commit()
git_add_remote("origin", "{{cookiecutter.project_url}}")

if "{{cookiecutter.github_setup}}" != "None": # type: ignore
if "{{cookiecutter.github_setup}}" != "None": # type: ignore [comparison-overlap]
github_setup("{{cookiecutter.github_setup}}", "origin")

notes()
Expand Down

0 comments on commit 8778bd0

Please sign in to comment.