aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-05-28 16:09:54 -0700
committerGravatar MarkKoz <[email protected]>2019-05-28 16:09:54 -0700
commit99cd7498cc42b3a23b4574cd3933ad152464f563 (patch)
treeccf1e629dcb6673f29803b7a6893af9a271ccc90 /.flake8
parentMerge pull request #17 from python-discord/docker (diff)
parentMerge pull request #21 from python-discord/docstring-lint-change (diff)
Merge branch 'master' into revitalisation
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index c897cb6..f8eec98 100644
--- a/.flake8
+++ b/.flake8
@@ -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