grantjenks / blueLinks
The slightly less uncompromising Python code formatter.
☆402Updated last year
Alternatives and similar repositories for blue
Users that are interested in blue are comparing it to the libraries listed below
Sorting:
- A formatter for finding and removing unused import statements.☆311Updated last week
- Run `black` on python code blocks in documentation files☆669Updated last week
- dead simple python dead code detection☆360Updated 3 weeks ago
- Automatically add simple type annotations to your code☆261Updated 9 months ago
- pytest + rich integration (proof of concept)☆244Updated 3 weeks ago
- Rewrites source to reorder python imports☆763Updated 3 weeks ago
- Python command line wrapper for pyright, a static type checker☆227Updated last week
- better error messages for assert equals in pytest☆325Updated 10 months ago
- A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.☆367Updated 3 weeks ago
- Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post a…☆655Updated 3 months ago
- a tool to detect test pollution☆192Updated 3 weeks ago
- Pytest plugin to randomly order tests and control random.seed☆670Updated last week
- Separate test code from test cases in pytest.☆365Updated last month
- ❄️ A flake8 plugin to help you write better list/set/dict comprehensions.☆469Updated last week
- A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodest…☆1,094Updated 3 weeks ago
- Python Linter for performance anti patterns☆690Updated last year
- Automatically remove unnecessary `# noqa` comments☆266Updated 3 weeks ago
- pytest plugin for pretty printing the test summary.☆451Updated last month
- Poetry PEP 517 Build Backend & Core Utilities☆465Updated this week
- Enforce the same settings on multiple projects☆405Updated last week
- A plugin to improve the output of pytest with colourful unified diffs☆447Updated last year
- Visualize CPython's specializing, adaptive interpreter.☆660Updated last year
- Backported and experimental type hints for Python☆507Updated last week
- Formats docstrings to follow PEP 257☆573Updated 3 weeks ago
- pytest plugin for easy integration of memray memory profiler