HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.79k stars 192 forks source link

Fix infinite recursion on Windows (Sourcery refactored) #146

Closed sourcery-ai[bot] closed 1 year ago

sourcery-ai[bot] commented 1 year ago

Pull Request #137 refactored by Sourcery.

Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from it.

To incorporate these changes, you can either:

  1. Merge this Pull Request instead of the original, or

  2. Ask your contributor to locally incorporate these commits and push them to the original Pull Request

    Incorporate changes via command line
    git fetch https://github.com/henriquebastos/python-decouple pull/137/head
    git merge --ff-only FETCH_HEAD
    git push

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:

Help us improve this pull request!

sourcery-ai[bot] commented 1 year ago

Sourcery Code Quality Report

✅  Merging this PR will increase code quality in the affected files by 0.45%.

Quality metrics Before After Change
Complexity 1.86 ⭐ 1.73 ⭐ -0.13 👍
Method Length 40.66 ⭐ 41.07 ⭐ 0.41 👎
Working memory 5.46 ⭐ 5.30 ⭐ -0.16 👍
Quality 84.47% 84.92% 0.45% 👍
Other metrics Before After Change
Lines 296 307 11
Changed files Quality Before Quality After Quality Change
decouple.py 82.34% ⭐ 82.59% ⭐ 0.25% 👍
tests/test_autoconfig.py 88.93% ⭐ 89.34% ⭐ 0.41% 👍

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

File Function Complexity Length Working Memory Quality Recommendation
decouple.py RepositoryEnv.__init__ 10 🙂 114 🙂 11 😞 55.54% 🙂 Extract out complex expressions
decouple.py Config.get 6 ⭐ 80 🙂 10 😞 65.92% 🙂 Extract out complex expressions
decouple.py Csv.__init__ 0 ⭐ 42 ⭐ 10 😞 77.78% ⭐ Extract out complex expressions

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!