zheller / flake8-quotesLinks
Flake8 extension for checking quotes in python
☆178Updated last year
Alternatives and similar repositories for flake8-quotes
Users that are interested in flake8-quotes are comparing it to the libraries listed below
Sorting:
- Flake8 extension for enforcing trailing commas in python☆134Updated last year
- flake8 plugin that integrates isort☆184Updated last month
- flake8☆122Updated 2 years ago
- Check for python builtins being used as variables or parameters☆118Updated last month
- pytest plugin to run flake8☆116Updated 2 years ago
- 🚨 Flake8 plugin to forbid backslashes (\) for line breaks☆111Updated 11 months ago
- Flake8 plugin to find commented out or dead code☆316Updated 9 months ago
- Flake8 extension to validate (lack of) logging format strings☆137Updated 2 months ago
- ❄️ A flake8 plugin that helps you write tidier imports.☆75Updated 2 weeks ago
- Flake8 plugin that checks import order against various Python Style Guides☆278Updated last week
- Easily freeze time in pytest test + fixtures☆194Updated 2 years ago
- ❄️ A flake8 plugin to help you write better list/set/dict comprehensions.☆468Updated 2 weeks ago
- pytest plugin used to set environment variables☆223Updated 6 years ago
- A pytest plugin that limits the output to just the things you need.☆93Updated 2 weeks ago
- Flake8 plugin to warn against unused arguments in functions☆33Updated last month
- pytest plugin for testing mypy types, stubs, and plugins☆122Updated this week
- A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.☆370Updated this week
- Plugin to list unused fixtures in your tests☆162Updated 3 weeks ago
- A py.test plugin that parses environment files before running tests☆209Updated 4 months ago
- Statically populate the `known_third_party` `isort` setting.☆66Updated 5 years ago
- Test equality of unordered sequences☆55Updated 3 months ago
- flake8 debug statement checker☆43Updated 3 years ago
- Mypy static type checker plugin for Pytest