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
☆671Updated this week
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 3 weeks ago
- Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.☆914Updated 10 months ago
- A python documentation linter which checks that the docstring description matches the definition.☆484Updated 2 years ago
- Separate test code from test cases in pytest.☆368Updated 2 months ago
- Rewrites source to reorder python imports☆770Updated last week
- 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,105Updated this week
- Run `black` on python code blocks in documentation files☆672Updated 3 weeks ago
- Python Linter for performance anti patterns☆697Updated last year
- Enforce the same settings on multiple projects☆410Updated last week
- A tool to automatically convert old string literal formatting to f-strings☆725Updated last month
- Formats docstrings to follow PEP 257☆574Updated 2 months ago
- A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.☆369Updated last week
- The slightly less uncompromising Python code formatter.☆402Updated last year
- Import Linter allows you to define and enforce rules for the internal and external imports within your Python project.☆859Updated last week
- Flake8 plug-in loading the configuration from pyproject.toml☆236Updated 3 weeks ago
- A formatter for finding and removing unused import statements.☆308Updated this week
- It helps to use fixtures in pytest.mark.parametrize