akaihola / darkerLinks
Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a
☆674Updated 3 weeks ago
Alternatives and similar repositories for darker
Users that are interested in darker are comparing it to the libraries listed below
Sorting:
- Pytest plugin to randomly order tests and control random.seed☆680Updated 2 weeks ago
- Python Linter for performance anti patterns☆697Updated last year
- Rewrites source to reorder python imports☆772Updated last week
- Run `black` on python code blocks in documentation files☆674Updated 2 weeks ago
- Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.☆921Updated last week
- better error messages for assert equals in pytest☆330Updated last year
- A plugin to improve the output of pytest with colourful unified diffs☆453Updated last year
- A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodest…☆1,109Updated this week
- Separate test code from test cases in pytest.☆368Updated 2 months ago
- A tool to automatically convert old string literal formatting to f-strings☆725Updated last week
- Enforce the same settings on multiple projects☆414Updated last week
- A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.☆370Updated last week
- Explain yourself! Interrogate a codebase for docstring coverage.☆646Updated 2 weeks ago
- It helps to use fixtures in pytest.mark.parametrize☆393Updated 2 years ago
- A python documentation linter which checks that the docstring description matches the definition.☆484Updated 2 years ago
- Formats docstrings to follow PEP 257☆576Updated 2 weeks ago
- ❄️ A flake8 plugin to help you write better list/set/dict comprehensions.☆469Updated 2 weeks ago
- The sweeter pytest snapshot plugin