LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
flake8_quotes/__about__.py
flake8_quotes/__init__.py
flake8_quotes/docstring_detection.py
flake8_quotes.egg-info/PKG-INFO
flake8_quotes.egg-info/SOURCES.txt
flake8_quotes.egg-info/dependency_links.txt
flake8_quotes.egg-info/entry_points.txt
flake8_quotes.egg-info/requires.txt
flake8_quotes.egg-info/top_level.txt
flake8_quotes.egg-info/zip-safe
test/__init__.py
test/test_checks.py
test/test_docstring_checks.py
test/test_docstring_detection.py
test/data/docstring_doubles.py
test/data/docstring_doubles_class.py
test/data/docstring_doubles_function.py
test/data/docstring_doubles_module_multiline.py
test/data/docstring_doubles_module_singleline.py
test/data/docstring_not_docstrings.py
test/data/docstring_singles.py
test/data/docstring_singles_class.py
test/data/docstring_singles_function.py
test/data/docstring_singles_module_multiline.py
test/data/docstring_singles_module_singleline.py
test/data/doubles.py
test/data/doubles_escaped.py
test/data/doubles_multiline_string.py
test/data/doubles_noqa.py
test/data/doubles_wrapped.py
test/data/multiline_string.py
test/data/no_qa.py
test/data/singles.py
test/data/singles_escaped.py
test/data/singles_multiline_string.py
test/data/singles_noqa.py
test/data/singles_wrapped.py