flake8-double-quotes

Flake8 lint to forbide single quotes.


License
Other
Install
pip install flake8-double-quotes==0.0.1

Documentation

# Flake8 Extension to lint for double quotes.

## Usage

If you are using flake8 its as easy as:

```shell
    pip install flake8-quotes
```

Now you don't need to worry about people like @sectioneight constantly
complaining that you are using doublequotes and not singlequotes.