diff options
author | 2019-04-24 17:20:10 -0400 | |
---|---|---|
committer | 2019-04-24 17:20:10 -0400 | |
commit | 2b3819c6c8ca9cd6d40f9b310e0f13ffdb5eb9ea (patch) | |
tree | 9e68c0880c6be213534cafe48528aba9dfbcb070 | |
parent | Merge pull request #187 from Suhail6inkling/avatar_easterifier (diff) |
Remove docstring newline linting from ignored codes
Remove D202, D204
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ignore= # Missing Docstrings D100,D104,D107, # Docstring Whitespace - D202,D203,D204,D212,D214,D215, + D203,D212,D214,D215, # Docstring Quotes D301,D302, # Docstring Content |