asottile / add-trailing-comma
A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.
☆359Updated last week
Alternatives and similar repositories for add-trailing-comma:
Users that are interested in add-trailing-comma are comparing it to the libraries listed below
- A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.☆228Updated 3 months ago
- Automatically remove unnecessary `# noqa` comments☆266Updated last week
- ❄️ A flake8 plugin to help you write better list/set/dict comprehensions.☆468Updated this week
- Flake8 plugin to find commented out or dead code☆312Updated last month
- unittest subTest() support and subtests fixture☆225Updated 2 months ago
- Pytest plugin to randomly order tests and control random.seed☆654Updated this week
- ❄ A flake8 plugin that helps you to simplify code☆192Updated last year
- A collection of fast, cheap, regex based pre-commit hooks.☆221Updated last week
- flake8 plugin that integrates isort☆181Updated 2 months ago
- dead simple python dead code detection☆352Updated last week
- Flake8 plugin for managing type-checking imports & forward references.☆116Updated 2 months ago
- A plugin to improve the output of pytest with colourful unified diffs☆445Updated last year
- pytest plugin for easy integration of memray memory profiler☆375Updated 2 months ago
- ☆225Updated 4 months ago
- Flake8 Type Annotation Checking☆163Updated this week
- better error messages for assert equals in pytest☆321Updated 7 months ago
- A formatter for finding and removing unused import statements.☆308Updated 3 weeks ago
- Automatically add simple type annotations to your code☆250Updated 6 months ago
- Integration of pydocstyle and flake8 for combined linting and reporting☆158Updated last week
- Run `black` on python code blocks in documentation files☆660Updated this week
- Pytest Plugin to disable socket calls during tests☆309Updated last week
- Naming Convention checker for Python☆520Updated this week
- Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.☆869Updated 3 months ago
- Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.☆185Updated last month
- Separate test code from test cases in pytest.☆358Updated 3 months ago
- A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodest…