[PR #1454] add sourcery to refactoring section #1289

Open
opened 2025-11-06 13:13:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1454
Author: @Hellebore
Created: 1/14/2020
Status: 🔄 Open

Base: masterHead: add-sourcery


📝 Commits (5)

  • 8d23b26 add sourcery to refactoring section
  • 6d0a33b add sourcery to refactoring section
  • 09329b6 Adjust sourcery description
  • 0e49cdf Merge branch 'add-sourcery' of github.com:Hellebore/awesome-python into add-sourcery
  • 4684b06 remove extra line

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Sourcery is a tool which enables Python developers to write better code faster. It analyses your code and suggests improvements which you can then apply instantly. It is currently available as a PyCharm plugin, with VS Code and Github integrations coming soon.

What's the difference between this Python project and similar ones?

Sourcery is completely automated - unlike other tools it both identifies the problems and suggests the code changes. It can suggest complex refactorings that dramatically improve code readability in one step. It is also safe - it uses static code analysis to check that all refactoring suggestions won't change the existing functionality.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1454 **Author:** [@Hellebore](https://github.com/Hellebore) **Created:** 1/14/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-sourcery` --- ### 📝 Commits (5) - [`8d23b26`](https://github.com/vinta/awesome-python/commit/8d23b2602b01e502175444f9c055789f389b91bf) add sourcery to refactoring section - [`6d0a33b`](https://github.com/vinta/awesome-python/commit/6d0a33b234e7657ac58cd69805465db2ce4c3000) add sourcery to refactoring section - [`09329b6`](https://github.com/vinta/awesome-python/commit/09329b609a6b3e76a24ffc8e5567b6bf8bd57b78) Adjust sourcery description - [`0e49cdf`](https://github.com/vinta/awesome-python/commit/0e49cdf34cc06594a9dc08a2f1431e07b9fa8702) Merge branch 'add-sourcery' of github.com:Hellebore/awesome-python into add-sourcery - [`4684b06`](https://github.com/vinta/awesome-python/commit/4684b067b3dafe6214941ee260e9993665c865d4) remove extra line ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? [Sourcery](https://sourcery.ai) is a tool which enables Python developers to write better code faster. It analyses your code and suggests improvements which you can then apply instantly. It is currently available as a PyCharm plugin, with VS Code and Github integrations coming soon. ## What's the difference between this Python project and similar ones? Sourcery is completely automated - unlike other tools it both identifies the problems and suggests the code changes. It can suggest complex refactorings that dramatically improve code readability in one step. It is also safe - it uses static code analysis to check that all refactoring suggestions won't change the existing functionality. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:13:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1289