Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: flake8-eyeo/tests/A109.py

Issue 29569634: Noissue - Added flake8-docstrings (codingtools) (Closed)
Patch Set: Don't install patchconv in flake8 venv Created Oct. 11, 2017, 3:28 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: flake8-eyeo/tests/A109.py
===================================================================
deleted file mode 100644
--- a/flake8-eyeo/tests/A109.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# A109
-'this doc string should use three double quotes'
-
-
-class Foo:
- # A109
- "this doc string should use three quotes"
-
- def single(self):
- # A109
- '''this doc string should use double quotes'''
-
- def correct(self):
- """this doc string uses the right quotes"""
« no previous file with comments | « flake8-eyeo/flake8_eyeo.py ('k') | flake8-eyeo/tox.ini » ('j') | patchconv/tox.ini » ('J')

Powered by Google App Engine
This is Rietveld