Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 598 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 598 Bytes

Flake8-Single-Quotes

A Flake8 extension to enforce single-quotes.

Build Status

Installation

Once you've installed Flake8, simply install via PyPI.

$ pip install flake8-single-quotes

Your Flake8 runs will now include a directive enforcing single-quotation marks.

Fork

Please note this is a fork of Flake8-Quotes. I forked this in order to publish my own releases.