Flake8 lint for quotes.
Project description
Usage
If you are using flake8 it’s as easy as:
pip install flake8-quotes
Now you don’t need to worry about people like @sectioneight constantly complaining that you are using double-quotes and not single-quotes.
Configuration
By default, we expect single quotes (’) and look for unwanted double quotes (“). To expect double quotes (”) and find unwanted single quotes (‘), use the CLI option:
flake8 --quotes '"'
or configuration option in tox.ini/setup.cfg.
quotes = "
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
flake8-quotes-0.2.1.zip
(10.0 kB
view hashes)
flake8-quotes-0.2.1.tar.gz
(4.6 kB
view hashes)