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'
#
# We also support configuration for multiline quotes
# flake8 --inline-quotes '"' --multiline-quotes "'"
# We also support "'''"
# flake8 --inline-quotes '"' --multiline-quotes "'''"
or configuration option in tox.ini/setup.cfg.
inline-quotes = "
# We also support "double" and "single"
# inline-quotes = double
#
# We also support configuration for multiline quotes
# multiline-quotes = '
# We also support "'''"
# multiline-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 Distribution
flake8-quotes-0.10.1.tar.gz
(6.8 kB
view details)
File details
Details for the file flake8-quotes-0.10.1.tar.gz.
File metadata
- Download URL: flake8-quotes-0.10.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5b2b66854fd11c5996f8c45f71014ff9a9d7a81971bf1bc9597e87fb3768fdf
|
|
| MD5 |
bea1253390e6cf46ffdc69385d834972
|
|
| BLAKE2b-256 |
6fbd43c3dbb2e9e1e0ea59c40ef86404461bb18712086341e99d721d1a445071
|