Flake8 lint for quotes.
Project description
Deprecation notice in 0.3.0
To anticipate multiline support, we are renaming --quotes to --inline-quotes. Please adjust your configurations appropriately.
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 --inline-quotes '"'
# We also support "double" and "single"
# flake8 --inline-quotes 'double'
or configuration option in tox.ini/setup.cfg.
inline-quotes = "
# We also support "double" and "single"
# inline-quotes = double
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 Distribution
flake8-quotes-0.9.0.tar.gz
(6.1 kB
view details)
File details
Details for the file flake8-quotes-0.9.0.tar.gz.
File metadata
- Download URL: flake8-quotes-0.9.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e853d7d009d6b66fb3a4091bca606e2f458e4bf0f608804e10a6f4ac2ba8ba06
|
|
| MD5 |
1dc6720c8c090a0761cf48d051624c0b
|
|
| BLAKE2b-256 |
96b7cbedec0bd29338def1024e37873fca516643d0c74b0212e37df521e93c79
|