aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-22 21:37:47 -0800
committerGravatar MarkKoz <[email protected]>2020-02-22 21:37:47 -0800
commit782c5fc6c2e60e8e460f17d39cfad39cae7f30e0 (patch)
treef8f44bbd9e7115458a2a259668167853ab53fa93 /.flake8
parentTest lint only (diff)
parentMerge pull request #62 from python-discord/bug/ci/61/python-symlink-not-resol... (diff)
Merge remote-tracking branch 'origin/master' into research
Diffstat (limited to '.flake8')
-rw-r--r--.flake86
1 files changed, 4 insertions, 2 deletions
diff --git a/.flake8 b/.flake8
index 4089dfe..efc7b3d 100644
--- a/.flake8
+++ b/.flake8
@@ -11,10 +11,12 @@ ignore=
# Docstring Quotes
D301,D302,
# Docstring Content
- D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417
+ D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417,
+ # Type Annotations
+ TYP002,TYP003,TYP101,TYP102,TYP204,TYP206
exclude=
__pycache__,.cache,
venv,.venv
-per-file-ignores=tests/*:D1
+per-file-ignores=tests/*:D1,TYP
import-order-style=pycharm
inline-quotes="