Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Flake8 extension for checking quotes in python

License

Notifications You must be signed in to change notification settings

jackwilsdon/flake8-quotes

 
 

Repository files navigation

Flake8 Extension to lint for quotes.

Build Status

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 = "

About

Flake8 extension for checking quotes in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.1%
  • Shell 10.9%