diff options
author | 2019-05-28 16:09:54 -0700 | |
---|---|---|
committer | 2019-05-28 16:09:54 -0700 | |
commit | 99cd7498cc42b3a23b4574cd3933ad152464f563 (patch) | |
tree | ccf1e629dcb6673f29803b7a6893af9a271ccc90 /.flake8 | |
parent | Merge pull request #17 from python-discord/docker (diff) | |
parent | Merge pull request #21 from python-discord/docstring-lint-change (diff) |
Merge branch 'master' into revitalisation
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 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 |