mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 22:20:49 -05:00
[PR #1454] add sourcery to refactoring section #1289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1454
Author: @Hellebore
Created: 1/14/2020
Status: 🔄 Open
Base:
master← Head:add-sourcery📝 Commits (5)
8d23b26add sourcery to refactoring section6d0a33badd sourcery to refactoring section09329b6Adjust sourcery description0e49cdfMerge branch 'add-sourcery' of github.com:Hellebore/awesome-python into add-sourcery4684b06remove 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.