Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make template usable for writing python libraries #21

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MisterEggnog
Copy link

Formerly this template only produced programs, now it will remove main.py if not specified as a binary.
I use the term binary just to refer to executable, a better name may be preferable.

@sourcery-ai
Copy link

sourcery-ai bot commented Jul 26, 2022

Sourcery Code Quality Report

❌  Merging this PR will decrease code quality in the affected files by 0.56%.

Quality metrics Before After Change
Complexity 0.65 ⭐ 0.88 ⭐ 0.23 👎
Method Length 19.20 ⭐ 21.67 ⭐ 2.47 👎
Working memory 3.65 ⭐ 4.04 ⭐ 0.39 👎
Quality 92.36% 91.80% -0.56% 👎
Other metrics Before After Change
Lines 20 28 8
Changed files Quality Before Quality After Quality Change
hooks/post_gen_project.py 92.36% ⭐ 91.80% ⭐ -0.56% 👎

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Working Memory Quality Recommendation

Legend and Explanation

The emojis denote the absolute quality of the code:

  • ⭐ excellent
  • 🙂 good
  • 😞 poor
  • ⛔ very poor

The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.


Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Help us improve this quality report!

@MisterEggnog
Copy link
Author

Forgot to remove print statement & added global var to make things simpler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant