hikariatama / Hikka

The most fresh and updateable developer-oriented Telegram userbot
https://hikka.pw
GNU Affero General Public License v3.0
318 stars 516 forks source link

1.4.0 (Sourcery refactored) #67

Closed sourcery-ai[bot] closed 2 years ago

sourcery-ai[bot] commented 2 years ago

Pull Request #66 refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

NOTE: As code is pushed to the original Pull Request, Sourcery will re-run and update (force-push) this Pull Request with new refactorings as necessary. If Sourcery finds no refactorings at any point, this Pull Request will be closed automatically.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the v1.4.0 branch, then run:

git fetch origin sourcery/v1.4.0
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!

sourcery-ai[bot] commented 2 years ago

Sourcery Code Quality Report

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

Quality metrics Before After Change
Complexity 16.34 🙂 16.39 🙂 0.05 👎
Method Length 72.08 🙂 72.02 🙂 -0.06 👍
Working memory 9.23 🙂 9.24 🙂 0.01 👎
Quality 57.49% 🙂 57.48% 🙂 -0.01% 👎
Other metrics Before After Change
Lines 1066 1069 3
Changed files Quality Before Quality After Quality Change
hikka/utils.py 57.49% 🙂 57.48% 🙂 -0.01% 👎

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

File Function Complexity Length Working Memory Quality Recommendation
hikka/utils.py answer 59 ⛔ 497 ⛔ 16 ⛔ 9.79% ⛔ Refactor to reduce nesting. Try splitting into smaller methods. Extract out complex expressions
hikka/utils.py smart_split 22 😞 395 ⛔ 15 😞 23.97% ⛔ Refactor to reduce nesting. Try splitting into smaller methods. Extract out complex expressions
hikka/utils.py asset_channel 17 🙂 248 ⛔ 12 😞 36.09% 😞 Try splitting into smaller methods. Extract out complex expressions
hikka/utils.py find_caller 7 ⭐ 129 😞 17 ⛔ 48.40% 😞 Try splitting into smaller methods. Extract out complex expressions
hikka/utils.py get_named_platform 14 🙂 149 😞 8 🙂 54.06% 🙂 Try splitting into smaller methods

Legend and Explanation

The emojis denote the absolute quality of the code:

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!