Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Top 10 Python Refactoring Projects
-
You can learn more here: pre-commit.com
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Project mention: How to Write Impeccably Clean Code That Will Save Your Sanity | dev.to | 2023-07-27
repos: - repo: https://github.com/ambv/black rev: 23.3.0 hooks: - id: black args: [--config=./pyproject.toml] language_version: python3.11 - repo: https://github.com/pycqa/flake8 rev: 6.0.0 hooks: - id: flake8 args: [--config=./tox.ini] language_version: python3.11 - repo: https://github.com/pycqa/isort rev: 5.12.0 hooks: - id: isort args: ["--profile", "black", "--filter-files"] language_version: python3.11 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - id: requirements-txt-fixer language_version: python3.11 - id: debug-statements - id: detect-aws-credentials - id: detect-private-key
-
Hi, maintainer of rope here. There are a number of different options to use rope in Vim/Neovim, we've documented them in this page https://github.com/python-rope/rope/wiki/Rope-in-Vim-or-Neovim
-
-
-
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
-
Two developers on the same python project should also use the same version... with poetry it is straightforward to keep track of dev dependencies. Reorder python imports is an alternative for isort: https://github.com/asottile/reorder_python_imports
-
Project mention: Refactor: Python Refactoring tool at the AST level | news.ycombinator.com | 2023-09-17
Python Refactoring related posts
- Refactor: Python Refactoring tool at the AST level
- [Tool Anouncement] github-distributed-owners - A tool for managing GitHub CODEOWNERS using OWNERS files distributed throughout your code base. Especially helpful for monorepos / multi-team repos
- I’m a hack and a fraud - what are some dead giveaways that someone is self taught?
- Regarding securing confidential data without enabling secrets scanning
- Please help me troubleshoot this error.
- What are Git Hooks and how to use them in your Rust projects
- Level up your development in Git
-
A note from our sponsor - InfluxDB
www.influxdata.com | 23 Sep 2023
Index
What are some of the best open-source Refactoring projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | pre-commit | 10,962 |
2 | jedi | 5,503 |
3 | pre-commit-hooks | 4,341 |
4 | Rope | 1,683 |
5 | Bowler | 1,489 |
6 | Laboratory | 1,261 |
7 | best-of-python-dev | 799 |
8 | RedBaron | 668 |
9 | reorder-python-imports | 667 |
10 | refactor | 411 |